master
周文涛 2 years ago
parent bf598bb341
commit e4b5767ec6

@ -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");

Loading…
Cancel
Save