|
|
|
@ -316,16 +316,15 @@ public class OcrIdentifyServiceImpl extends ServiceImpl<OcrIdentifyMapper, OcrId
|
|
|
|
|
if (semanticResponseJson != null) {
|
|
|
|
|
log.info(semanticResponseJson.toJSONString());
|
|
|
|
|
updateWrapper.set(OcrIdentify::getNoticeStatus, "1");
|
|
|
|
|
super.update(updateWrapper);
|
|
|
|
|
} else {
|
|
|
|
|
log.info("回调返回-----:null");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
updateWrapper.set(OcrIdentify::getNoticeStatus, "0");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
super.update(updateWrapper);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static void mapPutIfTrue(Map map, String key, Boolean flag) {
|
|
|
|
|