|
|
|
@@ -2030,6 +2030,8 @@ public class WxChartServiceImpl implements WxChartDataService { |
|
|
|
long groupCount = wxOrderGroupMapper.queryOrderGroupCount(params); |
|
|
|
long peopleCount = wxOrderGroupMapper.queryOrderGroupPeopleCount(params); |
|
|
|
long verifyCount = wxOrderGroupMapper.queryOrderGroupVerifyCount(params); |
|
|
|
long successPeopleCount = wxOrderGroupMapper.queryOrderGroupSuccessPeopleCount(params); |
|
|
|
|
|
|
|
|
|
|
|
double transferRatio = 0; |
|
|
|
if (groupCount > 0) { |
|
|
|
@@ -2060,6 +2062,7 @@ public class WxChartServiceImpl implements WxChartDataService { |
|
|
|
result.put("peopleCount", peopleCount); |
|
|
|
result.put("transferRatio", transferRatio); |
|
|
|
result.put("verifyCount", verifyCount); |
|
|
|
result.put("successPeopleCount", successPeopleCount); |
|
|
|
|
|
|
|
return new ResultData(result); |
|
|
|
} |
|
|
|
|