From 534bb520f6e9e7b5aec6c9d89e339a411b15e562 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 06 十一月 2025 17:13:57 +0800
Subject: [PATCH] *

---
 src/main/resources/mapper/DeviceErrorMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/mapper/DeviceErrorMapper.xml b/src/main/resources/mapper/DeviceErrorMapper.xml
index 199c16e..932df28 100644
--- a/src/main/resources/mapper/DeviceErrorMapper.xml
+++ b/src/main/resources/mapper/DeviceErrorMapper.xml
@@ -13,13 +13,13 @@
 
     <sql id="batchSeq">
         <if test="id != null and id != 0">
-            and a.ID = #{id}
+            and ID = #{id}
         </if>
         <if test="device != null and device != ''">
-            and a.DEVICE = #{device}
+            and DEVICE = #{device}
         </if>
         <if test="deviceId != null and deviceId != 0">
-            and a.DEVICE_ID = #{deviceId}
+            and DEVICE_ID = #{deviceId}
         </if>
     </sql>
 

--
Gitblit v1.9.1