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
luozukai
7 years ago
parent
c806707058
commit
fb5e2fb618
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/WxShopMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml
View File
@@ -296,7 +296,7 @@
order by s.${sortColumn} ${sortOrder}
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns">order by
s.
${sortColumns}</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
</if>
</select>
Write
Preview
Loading…
Cancel
Save