预约记录只查询最新10条

This commit is contained in:
chenglijuan
2026-04-28 16:57:52 +08:00
parent 0d50be388f
commit 9a209d7c82
@@ -41,6 +41,7 @@
FROM visit_application FROM visit_application
WHERE openid = #{openid} WHERE openid = #{openid}
ORDER BY create_time DESC ORDER BY create_time DESC
limit 10
</select> </select>
<select id="selectBySpNo" resultMap="BaseResultMap"> <select id="selectBySpNo" resultMap="BaseResultMap">