| | |
| | | int deleteMerchantById(@Param("merchantId") Long merchantId, @Param("operator") Long operator); |
| | | |
| | | /** |
| | | * 分页查询便民服务商家 |
| | | * 分页查询便民服务商家 运营后台 |
| | | * @param page 分页参数 |
| | | * @param pageConvenientMerchantDTO |
| | | * @return |
| | |
| | | * @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); |
| | | } |