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

update gift

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

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

@@ -730,7 +730,9 @@
<update id="offExpiriedCouponByMerchantStatus" parameterType="HashMap">
update wx_coupon c
SET c.status = 1, c.update_date = now()
where c.status = 0 and c.tenant_id =#{tenantId}
where c.status = 0 and c.tenant_id =#{tenantId}
<!-- type=12 礼包卷没有门店 -->
and c.type != 12
<if test=" null != validIds ">
and c.id not in
<foreach collection="validIds" index="index" item="idItem" open="(" separator="," close=")">


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