From 651222961dfc3566e9ab4fdca18de57c674ad701 Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期五, 27 五月 2022 17:19:04 +0800
Subject: [PATCH] fix
---
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 d03a7c5..cf17fb1 100644
--- a/dao/src/main/resources/mapper/PoleLightemitEntityMapper.xml
+++ b/dao/src/main/resources/mapper/PoleLightemitEntityMapper.xml
@@ -37,8 +37,8 @@
<select id="listLed" resultType="com.sandu.ximon.dao.domain.PoleLightemitEntity">
SELECT
- t1.*, t2.pole_id,
- t3.pole_name , t3.id
+ t1.*, t2.pole_id as streetlight_id,
+ t3.pole_name as streetlight_name, t3.id
FROM
pole_lightemit t1
LEFT JOIN pole_binding t2 ON t1.lightemit_control_code = t2.device_code
--
Gitblit v1.9.3