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