识别中图片不存在跳过
master
周文涛 2 years ago
parent 3b09493ebf
commit dcdc4f317a

@ -175,6 +175,7 @@ public class HandleTransInit implements ApplicationRunner {
ocrIdentifyService.getSemanticInfo(semanticResponseJson);
}else{
log.info("图片不存在:");
log.info(masterTaskId);
//log.info(semanticResponseJson.toJSONString());
}
//该子任务已执行,判断主任务是否残留

Loading…
Cancel
Save