From a691346f4f20f242bd233754f7b04a659a28dc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Thu, 11 Dec 2025 10:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProProjectInfoSubdeptsUsersServiceImpl.java | 8 ++++++++ .../src/views/device/towerDataCollide/index.vue | 11 ++++++++--- .../src/views/device/towerDataLimit/index.vue | 11 ++++++++--- .../src/views/device/towerDataRound/index.vue | 12 +++++++++--- .../src/views/device/towerDataRun/index.vue | 13 +++++++++---- .../views/manage/proProjectInfoSubdepts/index.vue | 4 ++-- .../manage/proProjectInfoSubdeptsGroup/index.vue | 4 ++-- .../manage/proProjectInfoSubdeptsUsers/index.vue | 10 ++++++---- 8 files changed, 52 insertions(+), 21 deletions(-) diff --git a/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/service/impl/ProProjectInfoSubdeptsUsersServiceImpl.java b/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/service/impl/ProProjectInfoSubdeptsUsersServiceImpl.java index b165e843..9b5b0cff 100644 --- a/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/service/impl/ProProjectInfoSubdeptsUsersServiceImpl.java +++ b/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/service/impl/ProProjectInfoSubdeptsUsersServiceImpl.java @@ -262,6 +262,8 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu proProjectInfoSubdeptsUsers.setUserId(userId); int res = addProProjectInfoSubdeptsUsers(proProjectInfoSubdeptsUsers); uniService.syncUniUser(proProjectInfoSubdeptsUsers,true); + // 增加人员入场信息 + iProUserInoutRecordService.addRecord(proProjectInfoSubdeptsUsers); String userPost = proProjectInfoSubdeptsUsers.getUserPost(); if(res>0 && (Objects.equals(UserPostEnums.WTDL.getCode(),userPost) || Objects.equals(UserPostEnums.XMJL.getCode(),userPost) || Objects.equals(UserPostEnums.BZZ.getCode(),userPost))){ // 生成二维码 @@ -343,6 +345,8 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu proProjectInfoSubdeptsUsers.setSubDeptGroupName(proProjectInfoSubdeptsGroup.getGroupName()); addProProjectInfoSubdeptsUsers(proProjectInfoSubdeptsUsers); uniService.syncUniUser(proProjectInfoSubdeptsUsers,true); + // 增加人员入场信息 + iProUserInoutRecordService.addRecord(proProjectInfoSubdeptsUsers); }else { ProProjectInfoSubdeptsUsers deptUser = users.get(0); deptUser.setUserName(proProjectInfoSubdeptsUsers.getUserName()); @@ -591,6 +595,8 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu } } uniService.syncUniUser(proProjectInfoSubdeptsUsers,true); + // 增加人员入场信息 + iProUserInoutRecordService.addRecord(proProjectInfoSubdeptsUsers); } return proProjectInfoSubdeptsUsers; } @@ -1299,6 +1305,8 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu updateProjectInfoSubdeptsUsers(proProjectInfoSubdeptsUsers); // 人员入场信息 uniService.syncUniUser(proProjectInfoSubdeptsUsers,true); + // 增加人员入场信息 + iProUserInoutRecordService.addRecord(proProjectInfoSubdeptsUsers); } /** diff --git a/yanzhu-ui-vue3/src/views/device/towerDataCollide/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataCollide/index.vue index 428cfde7..cc27ad10 100644 --- a/yanzhu-ui-vue3/src/views/device/towerDataCollide/index.vue +++ b/yanzhu-ui-vue3/src/views/device/towerDataCollide/index.vue @@ -25,9 +25,14 @@ /> - + 搜索 diff --git a/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue index ca358e4d..9fb2e2ca 100644 --- a/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue +++ b/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue @@ -25,9 +25,14 @@ /> - + 搜索 diff --git a/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue index 04767ea0..966ad540 100644 --- a/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue +++ b/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue @@ -24,10 +24,16 @@ @keyup.enter="handleQuery" /> + - + 搜索 diff --git a/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue index 9ba9f62b..63be840b 100644 --- a/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue +++ b/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue @@ -25,10 +25,15 @@ /> - - + + 搜索 重置 diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdepts/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdepts/index.vue index c24cc4ae..51a6451f 100644 --- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdepts/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdepts/index.vue @@ -79,8 +79,8 @@ diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsGroup/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsGroup/index.vue index ec03eb0d..6bf009a9 100644 --- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsGroup/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsGroup/index.vue @@ -104,9 +104,9 @@ diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue index 32381c43..535f89c6 100644 --- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue @@ -134,8 +134,8 @@