去掉口罩提示
This commit is contained in:
parent
5618a4e876
commit
8bf845a823
@ -228,9 +228,9 @@ public class CarPassRecordServiceImpl extends ServiceImpl<CarPassRecordMapper, C
|
|||||||
}.start();
|
}.start();
|
||||||
} else {
|
} else {
|
||||||
//陌生车辆需发送消息
|
//陌生车辆需发送消息
|
||||||
StringBuilder title = new StringBuilder();
|
// StringBuilder title = new StringBuilder();
|
||||||
title.append("今日").append(carPassRecord.getPassTime()).append("通行的车辆").append(carPassRecord.getCarNumber()).append("未实名");
|
// title.append("今日").append(carPassRecord.getPassTime()).append("通行的车辆").append(carPassRecord.getCarNumber()).append("未实名");
|
||||||
noticeService.sendProjectNotice(carPassRecord.getProjectSn(), "未核验防疫码车辆状态通知", title.toString(), "3");
|
// noticeService.sendProjectNotice(carPassRecord.getProjectSn(), "未核验防疫码车辆状态通知", title.toString(), "3");
|
||||||
}
|
}
|
||||||
return resultMap;
|
return resultMap;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -168,9 +168,9 @@ is-license=false
|
|||||||
#天气url
|
#天气url
|
||||||
tianqiUrl=http://v1.yiketianqi.com
|
tianqiUrl=http://v1.yiketianqi.com
|
||||||
#天气appid
|
#天气appid
|
||||||
tianqiAppid=37328925
|
tianqiAppid=98454448
|
||||||
#天气appsecret
|
#天气appsecret
|
||||||
tianqiAppsecret=uu9bihuE
|
tianqiAppsecret=ZIycjw4u
|
||||||
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
||||||
spring.jackson.time-zone=GMT+8
|
spring.jackson.time-zone=GMT+8
|
||||||
#邮箱配置
|
#邮箱配置
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user