From e3daa347df3ce7f65444f2b357b229e42c0e912d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 19 八月 2024 13:42:04 +0800
Subject: [PATCH] 车辆点位和视图库稳定性测试

---
 ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
index 1b1f3f3..8c11119 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
@@ -502,6 +502,10 @@
         </where>
     </select>
 
+    <delete id="deleteAll">
+        delete from t_monitor
+    </delete>
+
     <resultMap id="dyMap" type="com.ycl.platform.domain.vo.TMonitorVO">
         <id column="id" property="id"/>
         <result column="serial_number" property="serialNumber"/>

--
Gitblit v1.8.0