预约记录只查询最新10条
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
FROM visit_application
|
||||
WHERE openid = #{openid}
|
||||
ORDER BY create_time DESC
|
||||
limit 10
|
||||
</select>
|
||||
|
||||
<select id="selectBySpNo" resultMap="BaseResultMap">
|
||||
|
||||
Reference in New Issue
Block a user