@@ -82,6 +82,6 @@
AND de.create_time <= NOW()
</if>
</where>
- ORDER BY de.create_time
+ ORDER BY de.create_time asc
</select>
</mapper>