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);