md
This commit is contained in:
parent
dfb63e5614
commit
ede148be5c
@ -152,6 +152,7 @@
|
||||
and DATE_FORMAT(a.etd,'%Y%m')= #{params.billMonth}
|
||||
</if>
|
||||
ORDER BY a.etd DESC
|
||||
LIMIT 50000
|
||||
</select>
|
||||
|
||||
<select id="checkUnique" parameterType="EmisTmsSiteBatch" resultType="int">
|
||||
|
||||
@ -2353,9 +2353,8 @@
|
||||
<if test="params.billMonth != null and params.billMonth != ''">
|
||||
and DATE_FORMAT(a.send_date,'%Y%m')= #{params.billMonth}
|
||||
</if>
|
||||
|
||||
ORDER BY a.send_date DESC
|
||||
LIMIT 5000
|
||||
LIMIT 50000
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user