消息标题
This commit is contained in:
parent
cfac0f2ea2
commit
46431af1b1
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue