查询时间段内订单总金额和总用电量V2

This commit is contained in:
2023-08-11 15:59:26 +08:00
parent de21084aec
commit 70dff61eef
10 changed files with 74 additions and 49 deletions

View File

@@ -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));
}
/**