Commit 8ac5a665 authored by suhuiguang's avatar suhuiguang

1.创建消息时增加默认值未读,解决平台服务接口,is__read为null 导致数据未读数据筛选不出来

parent dc00656d
......@@ -174,6 +174,7 @@ public class InspectionExpireRemindJob {
messageModel.setAgencyCode("tzs");
messageModel.setSendTime(new Date());
messageModel.setTerminal("WEB");
messageModel.setIsRead(false);
return messageModel;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment