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

update gift

release_toaliyun_real
xhxu пре 4 година
родитељ
комит
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=")">


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