From 63ea953c1f7061cecf4af761d1fc9c47c09cb230 Mon Sep 17 00:00:00 2001 From: luozukai Date: Fri, 6 Sep 2019 11:30:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=90=88=E5=90=8C][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=BB=93=E7=AE=97=E5=8D=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxBillSettleMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxBillSettleMapper.xml b/mallinkService/src/main/resources/mapper/WxBillSettleMapper.xml index 96dc95967..416196b90 100644 --- a/mallinkService/src/main/resources/mapper/WxBillSettleMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillSettleMapper.xml @@ -27,10 +27,10 @@ and tt.`id` = #{id} and tt.`tenant_id` = #{tenantId} and tt.merchantName like concat('%', #{merchantName},'%') - + and tt.createtime >= #{starttime} - + and tt.createtime <= #{endtime} and tt.`settle_number` = #{settleNumber}