| | |
| | | * @param mgtShopPageDto |
| | | * @return |
| | | */ |
| | | List<MgtShopPageVo> pageMgtShop(Page page, @Param("param") MgtShopPageDto mgtShopPageDto,@Param("list") List<Long> scope); |
| | | List<MgtShopPageVo> pageMgtShop(Page page, @Param("param") MgtShopPageDto mgtShopPageDto,@Param("list") List<Long> scope, @Param("associatedAccount")List<Integer> associatedAccount); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return List<Long> |
| | | */ |
| | | List<Shop> listShopByCityCode(@Param("cityCodes")List<String> cityCodes); |
| | | |
| | | List<Shop> getFranchiseeIdsBYDealerId(@Param("shopId")Long shopId); |
| | | } |