From 795425c2a02059fba4a296d0580bfbcd86203616 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Mon, 29 Jul 2024 11:08:34 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=8E=88=E6=9D=83=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E6=80=A7=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/EnterpriseStandardAuthUserServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/service/impl/EnterpriseStandardAuthUserServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/service/impl/EnterpriseStandardAuthUserServiceImpl.java index d8b91889..adfee399 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/service/impl/EnterpriseStandardAuthUserServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/service/impl/EnterpriseStandardAuthUserServiceImpl.java @@ -195,7 +195,6 @@ public class EnterpriseStandardAuthUserServiceImpl extends ServiceImpl authDeptList = authDeptService.list(authDeptWrapper); - authDeptList.addAll(authDeptService.list(authDeptWrapper)); for (Map map : records) { String standardId = (String) map.get(FieldCommon.ID); @@ -296,7 +295,6 @@ public class EnterpriseStandardAuthUserServiceImpl extends ServiceImpl authDeptList = authDeptService.list(authDeptWrapper); - authDeptList.addAll(authDeptService.list(authDeptWrapper)); // 获取起草部门的Id for (Map map : records) { @@ -627,7 +625,6 @@ public class EnterpriseStandardAuthUserServiceImpl extends ServiceImpl authDeptList = authDeptService.list(authDeptWrapper); - authDeptList.addAll(authDeptService.list(authDeptWrapper)); // 获取起草部门的Id String finalStandardId = standardId;