mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
add 新增 首页查询每天的保险收入金额接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user