mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
查询时间段内订单总金额和总用电量V2
This commit is contained in:
@@ -84,7 +84,7 @@ public class OrderBasicInfoController extends BaseController {
|
||||
if (pileMerchantInfo != null) {
|
||||
dto.setMerchantId(String.valueOf(pileMerchantInfo.getId()));
|
||||
}
|
||||
return AjaxResult.success(orderBasicInfoService.getOrderTotalData(dto));
|
||||
return AjaxResult.success(orderBasicInfoService.getOrderTotalDataV2(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user