|
|
@ -418,7 +418,7 @@ public class InstructionServiceImpl implements InstructionService, ApplicationAu |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
/*try { |
|
|
|
// != 0 为agv任务
|
|
|
|
if (!StrUtil.equals(type, "0")) { |
|
|
|
if (StrUtil.equals(acsConfigService.findConfigFromCache().get(AcsConfig.AGVTYPE).toString(), "1")) { |
|
|
@ -455,7 +455,7 @@ public class InstructionServiceImpl implements InstructionService, ApplicationAu |
|
|
|
} catch (Exception e) { |
|
|
|
dto.setSend_status("2"); |
|
|
|
e.printStackTrace(); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
|
|
|
|
WQLObject wo = WQLObject.getWQLObject("acs_instruction"); |
|
|
|
JSONObject json = JSONObject.fromObject(dto); |
|
|
|