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
xhxu
5 years ago
parent
de1bedaae5
commit
57f9eac2be
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/WxCreditHistoryMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml
View File
@@ -357,7 +357,7 @@
</if>
GROUP BY merchant_id
) d on d.merchant_id = wm.id
where sumAddCredit > 0 or sumLesCredit < 0
where
(
sumAddCredit > 0 or sumLesCredit < 0
)
ORDER BY sumAddCredit desc
</select>
Write
Preview
Loading…
Cancel
Save