fix: 堆垛机异常情况开发

This commit is contained in:
2024-05-07 14:06:56 +08:00
parent 963e729f73
commit c74e5fe313

View File

@@ -374,9 +374,9 @@ public class StandardStackerDeviceDriver extends AbstractOpcDeviceDriver impleme
List list = new ArrayList();
switch (command) {
case 0:
if (updateCommand("0")) break;
boolean b = applyTask();
if (b) {
if (updateCommand("0")) break;
requireSucess = false;
}
break;