@@ -61,8 +61,6 @@
<if test="daStartDateEnd != null">
<![CDATA[ and t.da_start_date < #{daStartDateEnd}]]>
</if>
- ORDER BY
- da_start_date ASC
</select>
<update id="updateBatchByKey">