通知消息修改
This commit is contained in:
parent
2ce9eac65d
commit
2349aec38e
|
@ -357,7 +357,7 @@ public class ActivitiNoticeAspect {
|
||||||
try {
|
try {
|
||||||
SysUserDTO assignee = sysUserService.get(Long.valueOf(delegateTask.getAssignee()));
|
SysUserDTO assignee = sysUserService.get(Long.valueOf(delegateTask.getAssignee()));
|
||||||
LOGGER.error("审核人:{}", assignee.getId());
|
LOGGER.error("审核人:{}", assignee.getId());
|
||||||
String content = "【通知】您发起的流程 " + activitiNoticeOperation.process() + " 当前审核节点为:" + activitiNoticeOperation.value() + ";当前审核人为:\"" + assignee.getDeptName() + "\"审核负责人\"" + assignee.getRealName() + "\"";
|
String content = "【通知】您发起的流程 " + activitiNoticeOperation.process() + " 当前审核节点为:" + activitiNoticeOperation.value() + ";当前审核部门为:\"" + assignee.getDeptName() + "\";审核负责人\"" + assignee.getRealName() + "\"";
|
||||||
LOGGER.info("通知内容:{}", content);
|
LOGGER.info("通知内容:{}", content);
|
||||||
SysNoticeDTO dto = new SysNoticeDTO();
|
SysNoticeDTO dto = new SysNoticeDTO();
|
||||||
dto.setType(2);
|
dto.setType(2);
|
||||||
|
|
Loading…
Reference in New Issue