Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-11-30 18:55:05 +08:00
commit 23d4fd447a
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();