cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java
@@ -6,6 +6,7 @@ import com.dsh.other.model.ProvinceAndCityVo; import java.util.List; import java.util.Map; /** @@ -36,7 +37,7 @@ * @return * @throws Exception */ List<BaseVo> queryStoreLists(String lon, String lat) throws Exception; List<BaseVo> queryStoreLists(String lon, String lat,String cityCode) throws Exception; /** @@ -67,4 +68,8 @@ List<Store> getStoreByCityManagerId(Integer id); List<Store> getStoreByStoreStaffId(Integer id); String getOName(Integer operatorId); List<Map<String, Object>> game(Integer appUserId); }