消息标题

This commit is contained in:
liang.chao 2024-12-23 09:00:03 +08:00
parent cfac0f2ea2
commit 46431af1b1
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public class NoticeTask {
for (MaDevQc maDevQc : qcList) {
Notice notice = new Notice();
notice.setNoticeType(3);
notice.setNoticeTitle("关于"+maDevQc.getDeviceName()+"质检到期通知");
notice.setNoticeContent("您好,系统检测出" + maDevQc.getDeviceName() + "已过质检日期,请及时上传质检报告");
notice.setCreateBy("admin");
notice.setCreateTime(new Date());