This commit is contained in:
psh
2023-12-26 16:33:44 +08:00
parent abcc8264ef
commit ed8d295c1a
4 changed files with 20 additions and 0 deletions

View File

@@ -158,6 +158,11 @@ public class FoldDiscSiteDeviceDriver extends AbstractOpcDeviceDriver implements
param.put("device_code", this.device_code);
param.put("is_have", this.number == 0 ? 0 : 1);
this.shipDeviceUpdate(param);
} else if (move==1) {
JSONObject param = new JSONObject();
param.put("device_code", this.device_code);
param.put("is_have",move);
this.shipDeviceUpdate(param);
} else {
this.requireSucess = true;
}