From 106c38e4dedf5bdcb81d3df4670c1c45ebdd6c0f Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Tue, 9 Jan 2018 10:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mainOrm/master/CouponMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml index 6bc1197..51bf8ca 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml @@ -866,10 +866,10 @@ #{uid} - and a.use_date >= #{startDate} + and a.create_date >= #{startDate} - and a.use_date #{endDate} + and a.create_date #{endDate} and a.coupon_template_id = b.id and b.type_id = c.id and a.${hospitalFlag} = #{hid} -- 1.8.3.1