|
|
|
@ -168,7 +168,8 @@ public class SupCertRemindMsgImpl implements SupCertRemindMsgService {
|
|
|
|
|
msgEntity.setHandleMsg(null); //处理方式重置为空
|
|
|
|
|
msgEntity.setUpdateTime(new Date());
|
|
|
|
|
msgEntity.setNextRemindTime(new Date());
|
|
|
|
|
|
|
|
|
|
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));
|
|
|
|
|
supCertRemindMsgDao.insert(msgEntity);
|
|
|
|
|