From fb2074f740ad6093e8658ef861d87db311169ee8 Mon Sep 17 00:00:00 2001 From: wangzhijiang <1358525938@qq.com> Date: Mon, 19 Jun 2023 17:03:45 +0800 Subject: [PATCH] =?UTF-8?q?UAT=E9=97=AE=E9=A2=98=E6=B8=85=E5=8D=95-263?= =?UTF-8?q?=E6=9D=A1=EF=BC=8C=E4=BB=BB=E5=8A=A1=E7=A1=AE=E8=AE=A4=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E5=8F=91=E9=80=81=E9=A3=9E=E4=B9=A6=E6=B6=88=E6=81=AF?= =?UTF-8?q?=20=E5=8F=91=E6=B5=81=E7=A8=8B=E7=B1=BB=E5=9E=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectLawsInventoryEOServiceImpl.java | 38 +++++++++++++------ 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/project/service/impl/ProjectLawsInventoryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/project/service/impl/ProjectLawsInventoryEOServiceImpl.java index 8857dcbce..ab451584d 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/project/service/impl/ProjectLawsInventoryEOServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/project/service/impl/ProjectLawsInventoryEOServiceImpl.java @@ -926,7 +926,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl params = new HashMap<>(); params.put("contentCn", "您好,您以下任务已被发起人撤回。"); params.put("contentEn", "Hello! Your task has been withdrawn by the initiator."); @@ -934,6 +934,8 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl params = new HashMap<>(); params.put("contentCn", "您好,您以下任务已被发起人撤回。"); params.put("contentEn", "Hello! Your task has been withdrawn by the initiator."); @@ -976,6 +978,8 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl userIdList = Arrays.asList(verifyDutyId.split(",")); - // 给设计符合性流程责任人发消息 + // 给验证符合性流程责任人发消息 Map params = new HashMap<>(); params.put("contentCn", "您好,请及时查看确认以下任务要求,谢谢!"); params.put("contentEn", "Hello! Please check and confirm the following task requirement in a timely manner. Thank you!"); @@ -10692,6 +10696,8 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl params = new HashMap<>(); + String endTime = ""; String contentCn = ""; String contentEn = ""; @@ -12920,9 +12930,12 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl params = new HashMap<>(); params.put("userIdList", Arrays.asList(designTransferUserId.split(","))); params.put("projectLibraryId", projectLibraryId); params.put("endTime", endTime); @@ -13019,6 +13031,8 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl params = new HashMap<>(); + String endTime = ""; String contentCn = ""; String contentEn = ""; @@ -13026,9 +13040,12 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl params = new HashMap<>(); params.put("userIdList", Arrays.asList(verifyTransferUserId.split(","))); params.put("projectLibraryId", projectLibraryId); params.put("endTime", endTime);