This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[BUG][修改][测试环境-劵订单下-新购买劵排序问题]
release_toaliyun_real
gongbiao
6 years ago
parent
8f7259c42c
commit
73d74aad1e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save