|
|
|
@ -357,7 +357,7 @@ public class OcrIdentifyController extends JeecgController<OcrIdentify, IOcrIden
|
|
|
|
|
BeanUtils.copyProperties(identify,newOcrIdentify);
|
|
|
|
|
newOcrIdentify.setStatus("0");
|
|
|
|
|
newOcrIdentify.setId(null);
|
|
|
|
|
ocrIdentifyService.save(ocrIdentify);
|
|
|
|
|
ocrIdentifyService.save(newOcrIdentify);
|
|
|
|
|
//TODO 重新执行操作
|
|
|
|
|
List<String> identifyUrlList = FileOUtils.fileLists(null, newOcrIdentify.getIdentifyUrl());
|
|
|
|
|
//List<String> identifyUrlList = Arrays.asList("1","2");
|
|
|
|
|