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
map
release_toaliyun_real
xhxu
4 years ago
parent
a202bd54e4
commit
ebfc827f1a
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
@@ -1471,7 +1471,7 @@
select count(co.id)
from wx_coupon_order co
left join wx_merchant_b_user mbu on co.b_user_id = mbu.id
where
where
1 = 1
where 1 = 1
<if test=" null != tenantId and '' != tenantId">
and co.`tenant_id` = #{tenantId}
Write
Preview
Loading…
Cancel
Save