소스 검색

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 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 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 and shipping_type = 2 and shipping_status = 24 and coupon_order_status = 0
</select> </select>




불러오는 중...
취소
저장