Browse Source

[BUG][修改][测试环境-劵订单下-新购买劵排序问题]

release_toaliyun_real
gongbiao 6 years ago
parent
commit
73d74aad1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

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

@@ -483,7 +483,7 @@
)
</if>
<if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns"> order by id desc </if>
<if test=" null == sortColumns">order by co.create_date desc,co.id desc</if>
</select>



Loading…
Cancel
Save