Merge branch 'dev'

This commit is contained in:
wangliwen 2022-11-30 18:54:58 +08:00
commit e437a6819d
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())) { } else if ("评论审核".equals(dto.getProcessType())) {
type = 9; type = 9;
} }
dto.setContent(content);
logger.info("催办通知内容:{}", content); logger.info("催办通知内容:{}", content);
try { // 审批者 try { // 审批者
SysNoticeDTO noticeDTO = new SysNoticeDTO(); SysNoticeDTO noticeDTO = new SysNoticeDTO();