fix: 任务暂停修复
This commit is contained in:
@@ -366,7 +366,7 @@ public class StandardStackerDeviceDriver extends AbstractOpcDeviceDriver impleme
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (mode != 3 && requireSucess) {
|
if (mode != 3 || requireSucess) {
|
||||||
message = "one_message7";
|
message = "one_message7";
|
||||||
} else {
|
} else {
|
||||||
if (error != 0) {
|
if (error != 0) {
|
||||||
@@ -813,7 +813,7 @@ public class StandardStackerDeviceDriver extends AbstractOpcDeviceDriver impleme
|
|||||||
|
|
||||||
this.instruction_require_time = date;
|
this.instruction_require_time = date;
|
||||||
//暂停任务
|
//暂停任务
|
||||||
if (!stopReceiveTask){
|
if (stopReceiveTask){
|
||||||
this.notCreateInstMessage = "任务暂停";
|
this.notCreateInstMessage = "任务暂停";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user