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
[交易订单][修改]:交易订单默认排序
release_toaliyun_real
Stormeye Wu
6 years ago
parent
9824c22da2
commit
def2bc80c0
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/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>
Write
Preview
Loading…
Cancel
Save