Преглед изворни кода

[卡券][修改][查询可转赠]

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
28e43ab41f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Прегледај датотеку

@@ -669,7 +669,7 @@
inner join wx_coupon c on co.coupon_id = c.id
inner join wx_card_info a on co.id=a.id
where 1=1
and co.coupon_type = 100
and co.coupon_type in (100,101)
<if test="tenantId != null">
and co.tenant_id = #{tenantId}
</if>


Loading…
Откажи
Сачувај