预约记录只查询最新10条
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user