puzhibing
2025-06-18 43c1dbcee9920e0f0170de0bd0541775d2bd5aa5
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/mapper/shop/ShopMapper.java
@@ -39,7 +39,7 @@
     * @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);
    /**
@@ -293,4 +293,6 @@
     * @return  List<Long>
     */
    List<Shop> listShopByCityCode(@Param("cityCodes")List<String> cityCodes);
    List<Shop> getFranchiseeIdsBYDealerId(@Param("shopId")Long shopId);
}