From 2f3bbf0372e5c1f8b6b1426db2c14b3595cb0968 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 30 四月 2025 17:10:52 +0800
Subject: [PATCH] 订单下发,订单下发定时任务处理

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

diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
index 7e7de1c..74a5004 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
@@ -303,4 +303,10 @@
         </set>
         where id =#{id}
     </update>
+
+    <!-- 娓呯悊涓�鏈轰竴妗� -->
+    <delete id="clearMonitor">
+        delete from t_yw_point p
+        where p.examine_status != 1
+    </delete>
 </mapper>

--
Gitblit v1.8.0