fix 申请捆扎提示信息

This commit is contained in:
USER-20220102CG\noblelift
2023-05-12 10:31:43 +08:00
parent e8e37daeef
commit 23e01676c9

View File

@@ -803,6 +803,7 @@ public class SiemensConveyorDeviceDriver extends AbstractOpcDeviceDriver impleme
Instruction instruction = instructionService.findByCodeFromCache(String.valueOf(task));
if (ObjectUtil.isEmpty(instruction)) {
message = "申请捆扎电气设备任务号:" + task + "未找到对应指令";
logServer.deviceExecuteLog(device_code, "", "", "申请捆扎电气设备任务号:" + task + "未找到对应指令");
return;
// throw new RuntimeException("该电气任务号未找到对应指令!");
}