Commit fb889f80 authored by wanghao's avatar wanghao

1 写自检后 判断下 是否写成功

parent 5aa9a014
...@@ -207,6 +207,10 @@ public class AgingStageThreeProcessJob implements Job { ...@@ -207,6 +207,10 @@ public class AgingStageThreeProcessJob implements Job {
binding.setNetworkStatus(1); binding.setNetworkStatus(1);
} }
if("5".equals(binding.getStatus())) {
binding.setWriteTimeStatus("0");
}
// 5. 更新数据库 // 5. 更新数据库
palletDeviceBindingMapper.updatePalletDeviceBinding(binding); palletDeviceBindingMapper.updatePalletDeviceBinding(binding);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment