修改法规任务确认被退回消息颜色
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user