From 1e790795f4e2c365f604ecc0fc1b290e3ff3c35f Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期五, 20 十月 2023 09:34:22 +0800 Subject: [PATCH] 更新bug --- cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java | 7 +++++++ 1 files changed, 7 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 0bacdc4..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 @@ -8,6 +8,7 @@ import org.aspectj.lang.annotation.DeclareParents; import java.util.List; +import java.util.Map; /** @@ -55,4 +56,10 @@ * @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