Browse Source

[商户会员消费列表][修改][查询及详情]

release_toaliyun_real
gongbiao 6 years ago
parent
commit
3ae4fffd16
1 changed files with 1 additions and 1 deletions
  1. +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>


Loading…
Cancel
Save