Commit 04186408 authored by lisong's avatar lisong

去除order by

parent 805d17ed
...@@ -133,8 +133,7 @@ ...@@ -133,8 +133,7 @@
and cf.filling_before_id is not null and cf.filling_before_id is not null
and cf.sequence_code is not null and cf.sequence_code is not null
and cf.app_id is not null and cf.app_id is not null
ORDER BY
cf.sync_date DESC
LIMIT 1000 LIMIT 1000
</select> </select>
<insert id="saveAndBatchInsert"> <insert id="saveAndBatchInsert">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment