From 5a17ad95c2cfa289c30414dc5ff7097dc5668811 Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 22 Jan 2019 15:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=81=9C=E8=BD=A6=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCarPayRecordMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCarPayRecordMapper.xml b/mallinkService/src/main/resources/mapper/WxCarPayRecordMapper.xml index 3c4e5949b..1deda5359 100644 --- a/mallinkService/src/main/resources/mapper/WxCarPayRecordMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCarPayRecordMapper.xml @@ -52,10 +52,10 @@ - and entrance_time >= #{startDate} + and create_date >= #{startDate} - and exit_time <= #{endDate} + and create_date <= #{endDate} and fee is not null