rev:优化日志检索页面

This commit is contained in:
2024-06-28 09:08:04 +08:00
parent 2134dcfd33
commit aa53ece8ab
3 changed files with 21 additions and 15 deletions

View File

@@ -361,12 +361,21 @@ public class PlugPullDeviceSiteDeviceDriver extends AbstractOpcDeviceDriver impl
requireSucess = true;
logServer.deviceExecuteLog(this.device_code, "", "", "申请套管,返回参数:" + applyPlugPullSitResponse);
message = "申请套管成功";
} else {
}
if (StrUtil.equals("2", is_bushing)){
Map<String, Object> map = new LinkedHashMap<>();
map.put("to_command", 97);
this.writing(map);
requireSucess = true;
message = "不套管,送空气轴";
logServer.deviceExecuteLog(this.device_code, "", "", "不申请套管反馈,返回参数:" + applyPlugPullSitResponse);
}
if (StrUtil.equals("0", is_bushing)){
Map<String, Object> map = new LinkedHashMap<>();
map.put("to_command", 98);
this.writing(map);
requireSucess = true;
message = "不申请套管";
message = "缺少纸管,人工确认";
logServer.deviceExecuteLog(this.device_code, "", "", "不申请套管反馈,返回参数:" + applyPlugPullSitResponse);
}
} else {

View File

@@ -373,7 +373,7 @@ public class SlitTwoManipulatorDeviceDriver extends AbstractOpcDeviceDriver impl
}
}
}
if (!ObjectUtil.isEmpty(task)) {
this.executeReadyTask(task);
} else {