mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 异常订单列表根据创建时间倒序
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user