修改法规任务确认被退回消息颜色

This commit is contained in:
gaosong
2023-10-28 09:46:16 +08:00
parent aa1f667ff8
commit 5355f94bf1
2 changed files with 2 additions and 2 deletions
@@ -3187,7 +3187,7 @@ public class PlatformProjectLawsInventoryEOServiceImpl extends ServiceImpl<Platf
"\nRegulation No: " + LAW_EN +
"\nInitiator: " + sysUser.getUsername() +
"\nDue Date: " + sdf.format(projectLawsInventoryEO.getTaskAffirmDueDate());
color = MsgColorEnum.GREEN.getValue();
color = MsgColorEnum.RED.getValue();
} else if (StringUtils.equals(msgType, MsgTypeEnum.TASK_AFFIRM_DRE_ACCEPTED.getValue())) {
userIdList.add(engineeringInterfacePerson);
@@ -3208,7 +3208,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
"\nRegulation No: " + LAW_EN +
"\nInitiator: " + sysUser.getUsername() +
"\nDue Date: " + sdf.format(projectLawsInventoryEO.getTaskAffirmDueDate());
color = MsgColorEnum.GREEN.getValue();
color = MsgColorEnum.RED.getValue();
} else if (StringUtils.equals(msgType, MsgTypeEnum.TASK_AFFIRM_DRE_ACCEPTED.getValue())) {
userIdList.add(engineeringInterfacePerson);