|
@@ -450,7 +450,7 @@ public class ToInfraredServiceImpl extends BaseServiceImpl<ToInfraredMapper, ToI
|
|
|
public CommonResult previewPredictResult(Long id) {
|
|
|
ToInfrared entity = getById(id);
|
|
|
|
|
|
- String inputPath = entity.getInputPath();
|
|
|
+ String inputPath = entity.getInputPath() + File.separator + BizConstant.TO_INFRARED_PREDICT_INPUT_DIR;
|
|
|
String outputPath = entity.getOutputPath();
|
|
|
String urlPrefix = Constants.RESOURCE_PREFIX;
|
|
|
|