统计接口代码提交

main
zhangyu 2023-02-17 13:34:19 +08:00
parent 5041bac75a
commit afc05a575f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class EnterpriseInfomationServiceImpl implements IEnterpriseInfomationSer
int carCount = enterpriseInfomationMapper.getCarCount(); int carCount = enterpriseInfomationMapper.getCarCount();
map.put("enterpriseClassification", list); map.put("enterpriseClassification", list);
map.put("enterpriseCount", enterpriseCount); map.put("enterpriseCount", enterpriseCount);
map.put("persionCount", persionCount); map.put("personCount", persionCount);
map.put("carCount", carCount); map.put("carCount", carCount);
return JSONObject.toJSONString(map); return JSONObject.toJSONString(map);
} }