Browse Source

[交易订单][修改]:交易订单默认排序

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
def2bc80c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml View File

@@ -566,7 +566,7 @@
</where>

<if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns">order by o.id desc</if>
<if test=" null == sortColumns">order by o.create_date desc, o.id desc</if>

</select>


Loading…
Cancel
Save