|
@@ -465,7 +465,7 @@ public class DataServiceImpl extends BaseServiceImpl<DataMapper, Data> implement
|
|
|
params.put("bizType", TYPE_DATA_EXPAND);
|
|
|
params.put("bizId", String.valueOf(taskVo.getId()));
|
|
|
params.put("logPath", PATH_PREFIX + filepath + "/log.log");
|
|
|
- params.put("sourcePath", PATH_PREFIX + filepath);
|
|
|
+ params.put("inputImagePath", PATH_PREFIX + filepath);
|
|
|
params.put("otherParams", realOtherParams);
|
|
|
|
|
|
String[] outputs = taskVo.getOutputImagePath().split(";");
|
|
@@ -473,7 +473,7 @@ public class DataServiceImpl extends BaseServiceImpl<DataMapper, Data> implement
|
|
|
taskVo.setInputImagePath(String.valueOf(outputs.length));
|
|
|
for (String path : outputs) {
|
|
|
final String resultPath = TargetIdentificationTaskServiceImpl.PATH_PREFIX + path;
|
|
|
- params.put("resultPath", resultPath);
|
|
|
+ params.put("outputImagePath", resultPath);
|
|
|
|
|
|
log.info("check data expand: {}", params);
|
|
|
try {
|