| | |
| | | IPage<ConvenientMerchantVO> pageSearchMerchant(@Param("page") Page page, @Param("pageSearchDTO") PageSearchDTO pageSearchDTO, @Param("currentMon") String currentMon); |
| | | |
| | | /** |
| | | * 获取商家导出数据 |
| | | * 根据查询条件获取商家导出数据 |
| | | * @param exportMerchantDTO |
| | | * @return |
| | | */ |
| | | List<ExportMerchantVO> exportMerchant(@Param("exportMerchantDTO") ExportMerchantDTO exportMerchantDTO); |
| | | List<ExportMerchantVO> exportMerchantBySearch(@Param("exportMerchantDTO") ExportMerchantDTO exportMerchantDTO); |
| | | |
| | | /** |
| | | * 批量更新商家咨询量 |
| | |
| | | * @return |
| | | */ |
| | | int batchUpdateMerchantViewNum(@Param("viewVOList") List<ConvenientViewStatisticsVO> viewVOList); |
| | | |
| | | /** |
| | | * 根据指定id获取商家导出数据 |
| | | * @param needExportIds |
| | | * @return |
| | | */ |
| | | List<ExportMerchantVO> exportMerchantByIds(@Param("needExportIds") List<Long> needExportIds); |
| | | } |