设计符合性流程发送消息-截至时间错误修改。
This commit is contained in:
+2
-2
@@ -3173,12 +3173,12 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
||||
cnContentLower = "项目: " + PRN +
|
||||
"\n法规: " + LAW_CN +
|
||||
"\n发起人: " + sysUser.getUsername() +
|
||||
"\n截止时间: " + sdf.format(projectLawsInventoryEO.getVerifyDueDate());
|
||||
"\n截止时间: " + sdf.format(projectLawsInventoryEO.getDesignDueDate());
|
||||
enContentUpper = "Hello! "+ sysUser.getUsername() +" has completed the task. Please check and review it";
|
||||
enContentLower = "Project: " + PRN +
|
||||
"\nRegulation No: " + LAW_EN +
|
||||
"\nInitiator: " + sysUser.getUsername() +
|
||||
"\nDue Date: " + sdf.format(projectLawsInventoryEO.getVerifyDueDate());
|
||||
"\nDue Date: " + sdf.format(projectLawsInventoryEO.getDesignDueDate());
|
||||
color = MsgColorEnum.GREEN.getValue();
|
||||
|
||||
//feishuMsgVo.setAssignee(sysUser.getUsername());
|
||||
|
||||
Reference in New Issue
Block a user