liujie
2023-10-20 1e790795f4e2c365f604ecc0fc1b290e3ff3c35f
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>