Просмотр исходного кода

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

release_toaliyun_real
gongbiao 7 лет назад
committed by Stormeye Wu
Родитель
Сommit
24bab29832
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>


Загрузка…
Отмена
Сохранить