fix:ai统计弹窗,已审批数修改为通过+不通过

pull/59/head
DELL 1 year ago committed by sunchenliang
parent 0aae10cba9
commit dd42fa96ad

@ -159,7 +159,7 @@ public class OcrSearchHistoryServiceImpl extends ServiceImpl<OcrSearchHistoryMap
Map<String, Integer> counts = new HashMap<>();
counts.put("total", approvedCount + pendingApprovalCount + notGoCount);
counts.put("treat", pendingApprovalCount);
counts.put("approvedCount", approvedCount);
counts.put("approvedCount", approvedCount+notGoCount);
resultVo.setCode("OK");
resultVo.setMessage("成功");
resultVo.setData(counts);

Loading…
Cancel
Save