cloud-server-other/src/main/java/com/dsh/other/service/impl/StoreServiceImpl.java
@@ -39,6 +39,7 @@ /** * 根据城市管理员id获取门店集合 * * @param id * @return */ @@ -46,8 +47,10 @@ public List<Store> getStoreByCityManagerId(Integer id) { return storeMapper.getStoreByCityManagerId(id); } /** * 根据门店员工id获取门店集合 * * @param id * @return */ @@ -80,6 +83,7 @@ /** * 获取列表数据 * * @param provinceCode * @param cityCode * @return @@ -101,6 +105,7 @@ /** * 获取列表数据 * * @param lon * @param lat * @return @@ -139,6 +144,7 @@ /** * 获取开通省市 * * @param pcode * @return * @throws Exception @@ -157,6 +163,7 @@ /** * 获取所有开通城市 * * @return * @throws Exception */ @@ -168,6 +175,7 @@ /** * 根据城市code获取城市列表 * * @param cityCode * @return * @throws Exception