From 8e6a1a911260d7be1d90daab58a7b11d47bb707c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B0=8F=E6=9E=97?= <320730042@qq.com> Date: Fri, 6 Sep 2024 16:23:59 +0800 Subject: [PATCH] =?UTF-8?q?fit:=20=E9=AB=98=E7=BA=A7=E6=9F=A5=E8=AF=A2XML?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/DeviceStaticMapper.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/mapper/DeviceStaticMapper.xml b/src/main/resources/mapper/DeviceStaticMapper.xml index 44b67ea..c68a04a 100644 --- a/src/main/resources/mapper/DeviceStaticMapper.xml +++ b/src/main/resources/mapper/DeviceStaticMapper.xml @@ -117,8 +117,7 @@ and itsm.serv_id = #{form.service} - and s.dev_create_time >= to_date(#{fo - rm.startTime},'yyyy-MM-dd HH24:mi:ss') + and s.dev_create_time >= to_date(#{form.startTime},'yyyy-MM-dd HH24:mi:ss') and s.dev_create_time = to_date(#{form.endTime},'yyyy-MM-dd HH24:mi:ss')