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/resources/mapper/StoreMapper.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/resources/mapper/StoreMapper.xml b/cloud-server-other/src/main/resources/mapper/StoreMapper.xml index 01bb524..7a2579c 100644 --- a/cloud-server-other/src/main/resources/mapper/StoreMapper.xml +++ b/cloud-server-other/src/main/resources/mapper/StoreMapper.xml @@ -25,4 +25,10 @@ <select id="getStoreByStoreStaffId" resultType="com.dsh.other.entity.Store"> select * from t_store where storeStaffId = #{id} </select> + <select id="getOName" resultType="java.lang.String"> + select name from t_operator where id =#{operatorId} + </select> + <select id="game" resultType="java.util.Map"> + select time,money from t_game_record where userId =#{appUserId} and payType =3 + </select> </mapper> -- Gitblit v1.7.1