From a5321494aa7d544b86ac57bb7e649f0e19c6b6b4 Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 26 Apr 2019 18:04:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=AE=A2=E5=8D=95][=E4=BF=AE=E5=A4=8D]:?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E4=B8=8D=E8=83=BD=E4=BB=A5=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 561c0aca8..61c95cbf2 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -361,11 +361,11 @@ - AND co.create_date > #{startTime,jdbcType=TIMESTAMP} + AND co.create_date > #{startDate,jdbcType=TIMESTAMP} - AND co.create_date < #{endTime,jdbcType=TIMESTAMP} + AND co.create_date < #{endDate,jdbcType=TIMESTAMP}