From 640ff18d2d7f4be02ddb7f8f75e899f05545eb98 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期一, 05 二月 2024 11:56:52 +0800
Subject: [PATCH] 更新bug修改

---
 cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java b/cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java
index 12c1e77..d798d67 100644
--- a/cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java
+++ b/cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java
@@ -5,6 +5,7 @@
 import com.dsh.other.entity.Store;
 import com.dsh.other.model.BaseVo;
 import com.dsh.other.model.ProvinceAndCityVo;
+import com.dsh.other.model.dto.siteDto.StoreInfoDto;
 
 import java.util.List;
 import java.util.Map;
@@ -23,6 +24,7 @@
 
     /**
      * 获取列表数据
+     *
      * @param provinceCode
      * @param cityCode
      * @return
@@ -33,16 +35,18 @@
 
     /**
      * 获取门店列表
+     *
      * @param lon
      * @param lat
      * @return
      * @throws Exception
      */
-    List<BaseVo> queryStoreLists(String lon, String lat,String cityCode) throws Exception;
+    List<BaseVo> queryStoreLists(String lon, String lat, String cityCode) throws Exception;
 
 
     /**
      * 获取开通的省市数据
+     *
      * @param pcode
      * @return
      * @throws Exception
@@ -52,6 +56,7 @@
 
     /**
      * 获取所有城市
+     *
      * @return
      * @throws Exception
      */
@@ -60,11 +65,12 @@
 
     /**
      * 根据城市code获取门店列表
+     *
      * @param cityCode
      * @return
      * @throws Exception
      */
-    List<BaseVo> queryStoreByCityCode(String provinceCode,String cityCode) throws Exception;
+    List<BaseVo> queryStoreByCityCode(String provinceCode, String cityCode) throws Exception;
 
     List<Store> getStoreByCityManagerId(Integer id);
 
@@ -75,4 +81,7 @@
     List<Map<String, Object>> game(Integer appUserId);
 
     OperatorUser queryByStoreId(Integer id);
+
+    StoreInfoDto getStoreInfo(Integer id);
+
 }

--
Gitblit v1.7.1