Pu Zhibing
2 天以前 49c5117caef44d1e817d2ef701529dfaf1443467
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/service/shop/ShopService.java
@@ -461,4 +461,11 @@
     * @return
     */
    List<Shop> getShopBySysUserIds(List<Long> userIds);
    /**
     * 根据经销商id查询加盟商ids
     * @param shopId
     * @return
     */
    List<Shop> getFranchiseeIdsBYDealerId(Long shopId);
}