| | |
| | | */ |
| | | 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); |
| | | } |