Commit efb13c3a authored by 夏东伟's avatar 夏东伟

状态更新

parent a754eda8
......@@ -37,7 +37,7 @@ public class PlateChainMachineJob extends GatherJob {
return false;
}
if (data.getState() == 0 && data.getErrorState() == 0){
equipmentData.setEquipStatus(EquipStatusEnum.DISCONNECT);
equipmentData.setEquipStatus(EquipStatusEnum.IDLE);
}
if (data.getState() == 1){
equipmentData.setEquipStatus(EquipStatusEnum.RUN);
......
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