From 7b43c04dd530bdd193e0cf02c4e19ba7c2ee2c11 Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期三, 11 五月 2022 10:41:31 +0800
Subject: [PATCH] 设备归属
---
dao/src/main/resources/mapper/LightReportErrorMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dao/src/main/resources/mapper/LightReportErrorMapper.xml b/dao/src/main/resources/mapper/LightReportErrorMapper.xml
index 20cc56c..71d342b 100644
--- a/dao/src/main/resources/mapper/LightReportErrorMapper.xml
+++ b/dao/src/main/resources/mapper/LightReportErrorMapper.xml
@@ -30,7 +30,7 @@
AND (
t3.id LIKE CONCAT('%', #{keyword},'%')
OR t3.pole_name LIKE CONCAT('%', #{keyword},'%')
- OR t1.error_code LIKE CONCAT('%', #{keyword},'%')
+ OR t1.device_code LIKE CONCAT('%', #{keyword},'%')
)
</if>
<if test="userid != null">
--
Gitblit v1.9.3