From f547761b4f461b9716a1d773f2d28fb843a7deb3 Mon Sep 17 00:00:00 2001
From: 15030600271 <1qaz!QAZ>
Date: 星期一, 23 十月 2023 17:49:32 +0800
Subject: [PATCH] 修改标段名字问题

---
 hd/pipe/materialsManage/src/main/resources/mapping/THelmetDeviceMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/resources/mapping/THelmetDeviceMapper.xml b/hd/pipe/materialsManage/src/main/resources/mapping/THelmetDeviceMapper.xml
index 9690b58..94c0c00 100644
--- a/hd/pipe/materialsManage/src/main/resources/mapping/THelmetDeviceMapper.xml
+++ b/hd/pipe/materialsManage/src/main/resources/mapping/THelmetDeviceMapper.xml
@@ -547,6 +547,9 @@
          sm_time as smTime
          from t_helmet_report where
         user_id=#{userId}
+      <if test="strTime!=null and strTime!='' and endTime!=null and endTime!='' ">
+        and sm_time between #{strTime} and #{endTime}
+      </if>
         order by sm_time desc
   </select>
 

--
Gitblit v1.9.3