修复数据大屏订单来源比例接口Bug
This commit is contained in:
parent
4cd3d35b23
commit
8ef88e78ce
@ -408,7 +408,7 @@ public class XhpcDataBigScreenServiceImpl implements XhpcDataBigScreenService {
|
||||
*/
|
||||
private OrderRatio getOrderRatio(List<String> tenantIdList, List<Long> chargingStationIdList) {
|
||||
|
||||
Long totalCount = xhpcHistoryOrderMapper.selectCountByTenantIdsAndChargingStationIds(tenantIdList, null);
|
||||
Long totalCount = xhpcHistoryOrderMapper.selectCountByTenantIdsAndChargingStationIds(tenantIdList, chargingStationIdList);
|
||||
OrderRatio orderRatio = new OrderRatio();
|
||||
orderRatio.setTotalCount(totalCount);
|
||||
Long stClientNumber = xhpcHistoryOrderMapper.selectOrderCountBy(tenantIdList, chargingStationIdList, UserTypeUtil.COMMUNIT_TYPE, null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user