| | |
| | | int deleteMerchantById(@Param("merchantId") Long merchantId, @Param("operator") Long operator); |
| | | |
| | | /** |
| | | * 分页查询便民服务商家 |
| | | * 分页查询便民服务商家 运营后台 |
| | | * @param page 分页参数 |
| | | * @param pageConvenientMerchantDTO |
| | | * @return |
| | |
| | | * @return |
| | | */ |
| | | ConvenientMerchantVO selectMerchantById(@Param("merchantId") Long merchantId); |
| | | |
| | | List<ConvenientMerchantVO> selectMerchantByName(@Param("communityId") Long communityId, @Param("currentMon") String currentMon); |
| | | |
| | | /** |
| | | * 获取社区下热门商家 |
| | |
| | | * @return |
| | | */ |
| | | List<ExportMerchantVO> exportMerchantByIds(@Param("needExportIds") List<Long> needExportIds); |
| | | |
| | | /** |
| | | * 批量更新商家营业状态 |
| | | * @param convenientMerchantDOList |
| | | * @param status |
| | | * @return |
| | | */ |
| | | int batchUpdateBusinessStatus(@Param("convenientMerchantDOList") List<ConvenientMerchantDO> convenientMerchantDOList, @Param("status") int status); |
| | | } |