fix 申请捆扎提示信息
This commit is contained in:
@@ -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("该电气任务号未找到对应指令!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user