puzhibing
2023-08-16 d5b3e5a413bcfccba294793ee093722f31b2448a
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/TRevenueMapper.java
@@ -44,5 +44,21 @@
     */
    RevenueExpenditureResp commissionOrBalanceDetail(@Param("code")String code, @Param("type")Integer type);
    /**
     * 业绩排名,收入佣金
     * @param agentId
     * @param type
     * @param monthDate
     * @return
     */
    List<PerformanceTableResp> getDataStatisticsIncomeOrCommission(@Param("agentId")Integer agentId,@Param("type") Integer type, @Param("monthDate")String monthDate);
    /**
     * 业绩排名,收入佣金(广东)
     * @param ids
     * @param type
     * @param monthDate
     * @return
     */
    List<PerformanceTableResp> getDataStatisticsIncomeOrCommissionByIds(@Param("ids")List<Integer> ids, @Param("type") Integer type, @Param("monthDate")String monthDate);
}