@@ -532,7 +532,7 @@
where d.yn = 0
and d.id > #{start}
and ${ew.sqlSegment}
- order by t.id
+ order by d.id
limit 10000
</select>
</mapper>