|
|
@ -109,6 +109,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService { |
|
|
|
if(ObjectUtil.isEmpty(param.getString("create_mode"))){ |
|
|
|
param.put("create_mode","3"); |
|
|
|
} |
|
|
|
log.info("ACS请求pdaApply参数: {}", param); |
|
|
|
try { |
|
|
|
result = this.apply(param); |
|
|
|
} catch (Exception e) { |
|
|
@ -147,6 +148,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService { |
|
|
|
if(ObjectUtil.isNull(task)){ |
|
|
|
throw new BadRequestException("任务类型不正确!requestMethodCode:"+requestMethodName+",device_code:"+device_code); |
|
|
|
} |
|
|
|
log.info("ACS请求apply参数: {}", param); |
|
|
|
// 执行创建任务
|
|
|
|
String task_code = task.apply(param); |
|
|
|
Map<String, String> parameters = new HashMap(); |
|
|
|