Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-10-19 08:54:31 +08:00
commit f114059256
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ public class ActivitiNoticeAspect {
if ("能力申请流程".equals(activitiNoticeOperation.process())) {
type = 1;
//待办通知通知的是流程当前审核人通知内容[待办通知]申请部门+申请人+提出资源名称+申请请进入UCS后台管理系统进行审核
content = "【待办通知】" + owner.getDeptName() + owner.getRealName() + "提出 ”" + resourceName + "+申请请进入UCS后台管理系统进行审核。";
content = "【待办通知】" + owner.getDeptName() + owner.getRealName() + "提出 ”" + resourceName + "申请请进入UCS后台管理系统进行审核。";
} else if ("能力资源上架".equals(activitiNoticeOperation.process())) {
type = 3;