This commit is contained in:
wangliwen 2022-11-30 18:54:51 +08:00
parent 57a6014249
commit 43441e4212
1 changed files with 1 additions and 0 deletions

View File

@ -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();