Merge pull request 'fix:ai统计弹窗,已审批数修改为通过+不通过' (#53) from fix/Statistical_popup into test

Reviewed-on: #53
pull/55/head
cuihaojie 2 years ago
commit 5976bbbd23

@ -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