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
gongbiao
6 years ago
parent
1b71d9773f
commit
3ae4fffd16
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/WxMerchantMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
View File
@@ -470,7 +470,7 @@
where o.coupon_order_status=1
and o.tenant_id=#{tenantId}
<if test=" null != id ">
o.b_user_id in(
and
o.b_user_id in(
select id from wx_merchant_b_user where merchant_id=#{id}
)
</if>
Write
Preview
Loading…
Cancel
Save