Sfoglia il codice sorgente

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

release_toaliyun_real
gongbiao 6 anni fa
parent
commit
3ae4fffd16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Vedi File

@@ -470,7 +470,7 @@
where o.coupon_order_status=1 where o.coupon_order_status=1
and o.tenant_id=#{tenantId} and o.tenant_id=#{tenantId}
<if test=" null != id "> <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} select id from wx_merchant_b_user where merchant_id=#{id}
) )
</if> </if>


Caricamento…
Annulla
Salva