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>