Browse Source

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

release_toaliyun_real
gongbiao 6 years ago
parent
commit
396903376d
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

@@ -434,7 +434,7 @@
wx_coupon_order co
left join (select m.id,mbu.id as b_user_id from wx_merchant m
left join wx_merchant_b_user mbu on m.id=mbu.merchant_id) m
on o.b_user_id=m.b_user_id
on co.b_user_id=m.b_user_id
WHERE co.coupon_order_status = 1
<if test="tenantId != null">
and co.tenant_id = #{tenantId}


Loading…
Cancel
Save