master
周文涛 2 years ago
parent 70c120492b
commit 8217f0e367

@ -291,6 +291,8 @@ public class OcrIdentifyServiceImpl extends ServiceImpl<OcrIdentifyMapper, OcrId
if (semanticResponseJson!=null) { if (semanticResponseJson!=null) {
log.info(semanticResponseJson.toJSONString()); log.info(semanticResponseJson.toJSONString());
updateWrapper.set(OcrIdentify::getNoticeStatus,"1"); updateWrapper.set(OcrIdentify::getNoticeStatus,"1");
}else{
log.info("回调返回-----:null");
} }
} }
}else{ }else{

Loading…
Cancel
Save