mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 20:10:16 +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="startTime != null and startTime != ''"> and start_time = #{startTime}</if>
|
||||||
<if test="endTime != null and endTime != ''"> and end_time = #{endTime}</if>
|
<if test="endTime != null and endTime != ''"> and end_time = #{endTime}</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectOrderAbnormalRecordById" parameterType="Integer" resultMap="OrderAbnormalRecordResult">
|
<select id="selectOrderAbnormalRecordById" parameterType="Integer" resultMap="OrderAbnormalRecordResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user