From 66566630296de0891f440ce853dddefa30333503 Mon Sep 17 00:00:00 2001
From: liuhaonan <konodioda2333@vip.qq.com>
Date: 星期四, 21 四月 2022 10:08:36 +0800
Subject: [PATCH] 首页
---
dao/src/main/resources/mapper/PoleLightemitEntityMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dao/src/main/resources/mapper/PoleLightemitEntityMapper.xml b/dao/src/main/resources/mapper/PoleLightemitEntityMapper.xml
index f736cc0..f859bd9 100644
--- a/dao/src/main/resources/mapper/PoleLightemitEntityMapper.xml
+++ b/dao/src/main/resources/mapper/PoleLightemitEntityMapper.xml
@@ -37,11 +37,11 @@
<select id="listLed" resultType="com.sandu.ximon.dao.domain.PoleLightemitEntity">
SELECT
t1.*, t2.pole_id,
- t3.pole_name as streetlight_name , t3.id
+ t3.pole_name , t3.id
FROM
pole_lightemit t1
LEFT JOIN pole_binding t2 ON t1.lightemit_control_code = t2.device_code
- AND t2.device_type = 1
+ AND t2.device_type = 10
LEFT JOIN pole t3 ON t3.id = t2.pole_id
<where>
<if test="keyword != null and keyword != ''">
--
Gitblit v1.9.3