日期更新查询限制修改

This commit is contained in:
hayu 2025-10-27 17:25:05 +08:00
parent 34e155d2cc
commit 99d867ea4e
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
or qr_code = #{maCode})
</if>
</where>
LIMIT 10
LIMIT 500
) AS t1
UNION ALL
@ -117,7 +117,7 @@
or mm.qr_code = #{maCode})
</if>
</where>
LIMIT 10
LIMIT 500
) AS t2
</select>