From e0ff252a9ad4ca646e5e3e94a66c1309ec0b7c54 Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期五, 20 十月 2023 09:35:03 +0800
Subject: [PATCH] 10.20

---
 cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java b/cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
index 8c9579f..b13b555 100644
--- a/cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
+++ b/cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
@@ -5,8 +5,10 @@
 import com.dsh.other.model.BaseVo;
 import com.dsh.other.model.ProvinceAndCityVo;
 import org.apache.ibatis.annotations.Param;
+import org.aspectj.lang.annotation.DeclareParents;
 
 import java.util.List;
+import java.util.Map;
 
 
 /**
@@ -42,4 +44,22 @@
      */
     List<BaseVo> queryStoreByCityCode(@Param("cityCode") String cityCode);
 
+    /**
+     * 根据城市管理员id获取门店集合
+     * @param id
+     * @return
+     */
+    List<Store> getStoreByCityManagerId(@Param("id") Integer id);
+    /**
+     * 根据门店员工id获取门店集合
+     * @param id
+     * @return
+     */
+    List<Store> getStoreByStoreStaffId(@Param("id") Integer id);
+
+    String getOName(@Param("operatorId") Integer operatorId);
+
+
+    List<Map<String, Object>> game(@Param("appUserId") Integer appUserId);
+
 }

--
Gitblit v1.7.1