add新增订单数量与保险金额时间区统计

This commit is contained in:
YAS\29473
2025-11-13 13:40:13 +08:00
parent 0edba2c8f6
commit 88b14f5b69
3 changed files with 124 additions and 5 deletions

View File

@@ -631,4 +631,6 @@ public interface OrderBasicInfoService{
* @return
*/
List<BusinessOrderDetailInfoVO> getOrderDetailByStationIdsForMonth(List<String> stationIds , String startTime , String endTime);
OrderCountByTimeVO queryOrderInsuranceAmountByTime(QueryOrderDTO dto);
}