update 异常订单列表根据创建时间倒序

This commit is contained in:
2023-03-13 13:55:21 +08:00
parent 1687e9bd92
commit 75799eabfd

View File

@@ -52,6 +52,7 @@
<if test="startTime != null and startTime != ''"> and start_time = #{startTime}</if>
<if test="endTime != null and endTime != ''"> and end_time = #{endTime}</if>
</where>
order by create_time desc
</select>
<select id="selectOrderAbnormalRecordById" parameterType="Integer" resultMap="OrderAbnormalRecordResult">