This commit is contained in:
linfso 2025-03-16 12:11:23 +08:00
parent b642f404ac
commit 5fb44e8055
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@
and DATE_FORMAT(a.etd,'%Y%m')= #{params.billMonth}
</if>
ORDER BY a.etd DESC
LIMIT 50000
LIMIT 10000
</select>
<select id="checkUnique" parameterType="EmisTmsSiteBatch" resultType="int">

View File

@ -2354,7 +2354,7 @@
and DATE_FORMAT(a.send_date,'%Y%m')= #{params.billMonth}
</if>
ORDER BY a.send_date DESC
LIMIT 50000
LIMIT 10000
</select>