From aa02462921088f5273ef28e32777967e23dacb94 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Wed, 10 Oct 2018 10:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=8A=B5=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mainOrm/master/CouponMapper.xml | 5 +---- 1 file changed, 1 insertion(+), 4 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 2e8a7d8..6ce2763 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml @@ -872,10 +872,7 @@ select a.ymd, a.user_id from ( select DATE_FORMAT(a.create_date, '%Y-%m-%d') as ymd, a.user_id from coupon_info a, coupon_template b, coupon_type c - where a.user_id in - - #{uid} - + where 1=1 and a.create_date >= #{startDate} -- 1.8.3.1