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

//..coupon_

release_toaliyun_real
xhxu 2 лет назад
Родитель
Сommit
dbf66ea910
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Просмотреть файл

@@ -1626,8 +1626,8 @@
poi.status poi_status,poi.status_desc
from wx_coupon c
left join tt_coupon_channel_poi poi on poi.id = c.id
where c.`version` = 1 and tenant_id = #{tenantId}
and coupon_id in
where c.`version` = 1 and c.tenant_id = #{tenantId}
and c.coupon_id in
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">
#{idItem}
</foreach>


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