瀏覽代碼

update gift

release_toaliyun_real
xhxu 4 年之前
父節點
當前提交
2441604b97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml 查看文件

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



Loading…
取消
儲存