转办文案调整

This commit is contained in:
DESKTOP-VA9NQUP\liwen 2022-10-21 14:25:22 +08:00
parent d8821ec1a6
commit c8d453a94d
1 changed files with 4 additions and 0 deletions

View File

@ -454,6 +454,9 @@ public class ActivitiNoticeAspect {
type = 1;
//待办通知通知的是流程当前审核人通知内容[待办通知]申请部门+申请人+提出资源名称+申请请进入UCS后台管理系统进行审核
content = "【待办通知】" + owner.getDeptName() + owner.getRealName() + "提出 ”" + resourceName + " ”申请请进入UCS后台管理系统进行审核。";
if (allowEntrust) {
content = content + "(因无法分配到审核人,故当前审核人指派为您,您可进行委托他人转办)";
}
} else if ("能力资源上架".equals(activitiNoticeOperation.process())) {
type = 3;
@ -464,6 +467,7 @@ public class ActivitiNoticeAspect {
} else if ("需求评论审核流程".equals(activitiNoticeOperation.process())) {
type = 9;
}
LOGGER.info("通知内容:{}", content);
SysNoticeDTO dto = new SysNoticeDTO();
dto.setType(type);
dto.setTitle("流程流转系统通知");