diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/ocr/controller/OcrSimulatorController.java b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/ocr/controller/OcrSimulatorController.java index 6cf509a..b0c7a46 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/ocr/controller/OcrSimulatorController.java +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/ocr/controller/OcrSimulatorController.java @@ -61,6 +61,7 @@ public class OcrSimulatorController{ List imageList = images.toJavaList(String.class); OcrIdentify ocrIdentify=new OcrIdentify(); ocrIdentify.setTaskSource("模拟实验");//模拟实验-场景识别 + ocrIdentify.setTaskType(requestBody.getString("taskType")); ocrIdentifyService.save(ocrIdentify); List ocrIdentifyDetailList=new ArrayList<>(); double nluTimeSum=0d;