日志优化

This commit is contained in:
psh
2024-06-14 17:22:50 +08:00
parent f138b214e4
commit f9a061a360
2 changed files with 2 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ public class GuhuashiSiteDeviceDriver extends AbstractOpcDeviceDriver implements
if(VW7058!=last_VW7058){ if(VW7058!=last_VW7058){
//固化室状态变更后通知lms更新固化室状态 //固化室状态变更后通知lms更新固化室状态
log.info("固化室{}设备状态VW7058发生变更{}开始通知lms",devicecode,VW7058);
FeedBackTaskStatusRequest request = new FeedBackTaskStatusRequest(); FeedBackTaskStatusRequest request = new FeedBackTaskStatusRequest();
request.setDevice_code(this.devicecode); request.setDevice_code(this.devicecode);
request.setType("1"); request.setType("1");

View File

@@ -2,7 +2,7 @@ spring:
freemarker: freemarker:
check-template-location: false check-template-location: false
profiles: profiles:
active: dev active: prod
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8
data: data: