浙大指令完成时判断是否取消&组盘找不到fix
This commit is contained in:
@@ -75,7 +75,7 @@ public class QueryZDAgvTaskStatus {
|
||||
instructionService.update(inst);
|
||||
}
|
||||
} else if ("FINISHED".equals(status)) {
|
||||
if (inst != null){
|
||||
if (inst != null&&!"3".equals(inst.getInstruction_status())){
|
||||
String startPoint=inst.getStart_point_code();
|
||||
Device start_device = deviceAppService.findDeviceByCode(startPoint);
|
||||
if (start_device.getDeviceDriver() instanceof SiteDeviceDriver) {
|
||||
|
||||
Reference in New Issue
Block a user