fix:测试结束,恢复ai审批工具弹窗原有阈值判断 #52

Merged
cuihaojie merged 1 commits from fix/The_judgment_threshold_is_restored into test 1 year ago

@ -188,8 +188,8 @@ public class OcrSearchHistoryServiceImpl extends ServiceImpl<OcrSearchHistoryMap
if(selectaisp.size()!=0){ if(selectaisp.size()!=0){
Object pictureResult = selectaisp.get("pictureResult"); Object pictureResult = selectaisp.get("pictureResult");
String pictureResultStr = pictureResult.toString(); String pictureResultStr = pictureResult.toString();
// if ("100.0".equals(pictureResultStr)) { if ("100.0".equals(pictureResultStr)) {
if (Double.parseDouble(pictureResultStr) < 90.0) { // if (Double.parseDouble(pictureResultStr) < 90.0) {
similarComplete++; similarComplete++;
Long pictureId = (Long) selectaisp.get("pictureId"); Long pictureId = (Long) selectaisp.get("pictureId");
if (pictureId != null) { if (pictureId != null) {

Loading…
Cancel
Save