fix: 堆垛机异常情况开发
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user