rev 部分bug修复、不跳过困料区以及工单确认信号下发不到电气
This commit is contained in:
@@ -388,6 +388,7 @@ public class HfStationDeviceDriver extends AbstractOpcDeviceDriver implements De
|
||||
produceshiftorderService.update(dto);
|
||||
this.setRequireSucess(true);
|
||||
this.writing(8);
|
||||
this.writing(8);
|
||||
logServer.deviceInfo("人工排产确认", this.getDevice_code(), "人工排产确认成功!");
|
||||
}
|
||||
return true;
|
||||
|
||||
@@ -2,7 +2,7 @@ spring:
|
||||
freemarker:
|
||||
check-template-location: false
|
||||
profiles:
|
||||
active: dev
|
||||
active: prod
|
||||
jackson:
|
||||
time-zone: GMT+8
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user