Browse Source

map

release_toaliyun_real
xhxu 4 years ago
parent
commit
ebfc827f1a
1 changed files with 1 additions and 1 deletions
  1. +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}


Loading…
Cancel
Save