|
@@ -617,7 +617,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("outputImagePath", resultPath);
|
|
|
+ params.put("outputImagePath", "PERSISTENCE".equals(taskVo.getRemarks()) ? path : resultPath);
|
|
|
|
|
|
log.info("check data expand: {}", params);
|
|
|
try {
|