forked from xxhjsb/wit-park-backend
统计接口代码提交
parent
5041bac75a
commit
afc05a575f
|
@ -118,7 +118,7 @@ public class EnterpriseInfomationServiceImpl implements IEnterpriseInfomationSer
|
|||
int carCount = enterpriseInfomationMapper.getCarCount();
|
||||
map.put("enterpriseClassification", list);
|
||||
map.put("enterpriseCount", enterpriseCount);
|
||||
map.put("persionCount", persionCount);
|
||||
map.put("personCount", persionCount);
|
||||
map.put("carCount", carCount);
|
||||
return JSONObject.toJSONString(map);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue