查询时间段内订单总金额和总用电量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

@@ -220,7 +220,9 @@ public interface IOrderBasicInfoService {
*/
OrderTotalDataVO getOrderTotalData(QueryOrderDTO orderBasicInfo);
/**
OrderTotalDataVO getOrderTotalDataV2(QueryOrderDTO dto);
/**
* 通过订单号查询订单信息(小程序发送消息用)
* @param orderCode
* @return