update空指针接口

This commit is contained in:
YAS\29473
2025-07-09 18:36:46 +08:00
parent b50178aad3
commit 35ce808ee7
5 changed files with 218 additions and 167 deletions

View File

@@ -581,4 +581,12 @@ public interface OrderBasicInfoService{
List<OrderBasicInfo> getOrderBasicInfoByTimeInterval(List<String> stationIds, String startTime, String endTime);
/**
* 查询站点订单时间段用电量列表
* @param stationId
* @param startTime
* @param endTime
* @return
*/
List<SupStationStatsVO> queryOrderListByStationIdAndTime(String stationId , String startTime , String endTime);
}