| | |
| | | * @param pageConvenientServiceCategoryDTO |
| | | * @return 服务分类详情 |
| | | */ |
| | | IPage<ConvenientServiceCategoryVO> pageServiceCategory(@Param("page") Page page, @Param("pageConvenientServiceCategoryDTO") |
| | | IPage<ConvenientServiceCategoryVO> pageServiceCategory(@Param("page") Page page, |
| | | @Param("pageConvenientServiceCategoryDTO") |
| | | PageConvenientServiceCategoryDTO pageConvenientServiceCategoryDTO); |
| | | |
| | | /** |
| | |
| | | * @param createdBy |
| | | * @return |
| | | */ |
| | | int createMerchantServiceRelation(@Param("merchantId") Long merchantId, @Param("serviceId") Long serviceId, |
| | | int createMerchantServiceRelation(@Param("id")Long id,@Param("merchantId") Long merchantId, @Param("serviceId") Long serviceId, |
| | | @Param("name") String name, @Param("createdBy") Long createdBy); |
| | | |
| | | /** |
| | |
| | | * @param merchantId |
| | | * @return serviceIds |
| | | */ |
| | | List<Long> selectServiceIdsForMerchant(@Param("merchantId") Long merchantId); |
| | | List<String> selectServiceIdsForMerchant(@Param("merchantId") Long merchantId); |
| | | |
| | | /** |
| | | * 查看服务分类是否被引用 |