add 新增 首页查询每天的保险收入金额接口

This commit is contained in:
Lemon
2025-11-26 14:52:07 +08:00
parent f55f6ec006
commit 23ce26a441
6 changed files with 62 additions and 1 deletions

View File

@@ -443,4 +443,11 @@ public interface OrderBasicInfoMapper {
List<OrderMonthStatVO> selectOrderCountAndInsuranceByMonth(@Param("dto") QueryOrderDTO dto);
List<OrderBasicInfo> selectOrderTemp(@Param("orderCodes") Set<String> orderCodes);
/**
* 获取保险收入
* @param dto
* @return
*/
List<IndexPlatformProfitVO> getInsuranceAmount(@Param("dto") IndexQueryDTO dto);
}