liujie
2023-10-18 128d76344bb647c8df454f89af63e9a8c0187057
cloud-server-other/src/main/resources/mapper/TGameMapper.xml
@@ -3,4 +3,7 @@
<mapper namespace="com.dsh.other.mapper.TGameMapper">
    <select id="getIntro" resultType="java.lang.String">
        select jieshao from t_js where id =100
    </select>
</mapper>