Explorar el Código

//coupon

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

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

@@ -708,7 +708,7 @@
<select id="findExpiredCouponOrderGoodsVerify" parameterType="String" resultMap="BaseResultMap"> <select id="findExpiredCouponOrderGoodsVerify" parameterType="String" resultMap="BaseResultMap">
select <include refid="allColumns" /> from wx_coupon_order select <include refid="allColumns" /> from wx_coupon_order
where tenant_id = #{tenantId} and coupon_type = 11 where tenant_id = #{tenantId} and coupon_type = 11
and update_date &lt; DATE_ADD(curdate(),interval 14 day)
and update_date &lt; DATE_SUB(curdate(),interval 14 day)
and shipping_type = 2 and shipping_status = 24 and coupon_order_status = 0 and shipping_type = 2 and shipping_status = 24 and coupon_order_status = 0
</select> </select>




Cargando…
Cancelar
Guardar