|
|
@ -101,7 +101,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService { |
|
|
|
param.put("config_code", requestMethodCode); |
|
|
|
try { |
|
|
|
if (ObjectUtil.isEmpty(requestMethodCode)) { |
|
|
|
throw new BadRequestException("任务类型不正确!requestMethodCode:" + requestMethodName + ",device_code:" + device_code); |
|
|
|
throw new BadRequestException("任务类型不正确!requestMethodCode:" + requestMethodCode + ",device_code:" + device_code); |
|
|
|
} |
|
|
|
AbstractTask task = taskFactory.getTask(requestMethodCode); |
|
|
|
// 执行创建任务
|
|
|
|