puzhibing
2024-02-05 640ff18d2d7f4be02ddb7f8f75e899f05545eb98
cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
@@ -26,6 +26,7 @@
    /**
     * 获取省数据
     *
     * @return
     */
    List<ProvinceAndCityVo> queryProvince();
@@ -33,6 +34,7 @@
    /**
     * 获取市数据
     *
     * @param pcode
     * @return
     */
@@ -41,6 +43,7 @@
    /**
     * 根据城市code获取城市列表
     *
     * @param cityCode
     * @return
     */
@@ -48,12 +51,15 @@
    /**
     * 根据城市管理员id获取门店集合
     *
     * @param id
     * @return
     */
    List<Store> getStoreByCityManagerId(@Param("id") Integer id);
    /**
     * 根据门店员工id获取门店集合
     *
     * @param id
     * @return
     */