Explorar el Código

update gift

release_toaliyun_real
xhxu hace 4 años
padre
commit
30a8b07cc9
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 3
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Ver fichero

@@ -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=")">


Cargando…
Cancelar
Guardar