...
This commit is contained in:
parent
57a6014249
commit
43441e4212
|
@ -136,6 +136,7 @@ public class TRemindersServiceImpl extends CrudServiceImpl<TRemindersDao, TRemin
|
|||
} else if ("评论审核".equals(dto.getProcessType())) {
|
||||
type = 9;
|
||||
}
|
||||
dto.setContent(content);
|
||||
logger.info("催办通知内容:{}", content);
|
||||
try { // 审批者
|
||||
SysNoticeDTO noticeDTO = new SysNoticeDTO();
|
||||
|
|
Loading…
Reference in New Issue