|
|
|
@ -178,7 +178,8 @@ public class SupCertRemindMsgImpl implements SupCertRemindMsgService {
|
|
|
|
|
msgEntity.setIgnoreStatus(0); //忽略状态修改为不忽略
|
|
|
|
|
msgEntity.setHandleMsg(null); //处理方式重置为空
|
|
|
|
|
msgEntity.setUpdateTime(new Date());
|
|
|
|
|
msgEntity.setNextRemindTime(new Date());
|
|
|
|
|
//下次预警时间修改为次日7点
|
|
|
|
|
msgEntity.setNextRemindTime(cn.hutool.core.date.DateUtil.parse(cn.hutool.core.date.DateUtil.offsetDay(new Date(), 1).toString("yyyy-MM-dd") + " 07:00:00"));
|
|
|
|
|
msgEntity.setRemindCount(msgEntity.getRemindCount() + 1);
|
|
|
|
|
if (null == msgEntity.getId()) {
|
|
|
|
|
log.info("新增资质预警:{}", JSONUtil.toJsonStr(msgEntity));
|
|
|
|
|