From 339ac6b609945fb0b538202320432c5785f03a9f Mon Sep 17 00:00:00 2001 From: tangwei Date: Tue, 28 Jul 2026 15:44:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qgc_env/vd/service/impl/VdMonitorServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/src/main/java/com/yfd/platform/qgc_env/vd/service/impl/VdMonitorServiceImpl.java b/backend/src/main/java/com/yfd/platform/qgc_env/vd/service/impl/VdMonitorServiceImpl.java index cff8f5a0..2fb7724f 100644 --- a/backend/src/main/java/com/yfd/platform/qgc_env/vd/service/impl/VdMonitorServiceImpl.java +++ b/backend/src/main/java/com/yfd/platform/qgc_env/vd/service/impl/VdMonitorServiceImpl.java @@ -993,7 +993,7 @@ public class VdMonitorServiceImpl implements VdMonitorService { selectMap.put("stcd", "t.stcd AS stcd"); selectMap.put("tm", "t.tm AS tm"); selectMap.put("flnm", "t.flnm AS flnm"); - selectMap.put("imgPath", "t.imgPath AS imgPath"); + selectMap.put("imgPath", "t.IMG_PATH AS imgPath"); selectMap.put("flpth", "t.flpth AS flpth"); selectMap.put("deviceinfo", "t.deviceinfo AS deviceinfo"); selectMap.put("describe", "t.describe AS describe"); @@ -1013,9 +1013,9 @@ public class VdMonitorServiceImpl implements VdMonitorService { selectMap.put("baseStepSort", "t.baseStepSort AS baseStepSort"); selectMap.put("rvcdStepSort", "t.rvcdStepSort AS rvcdStepSort"); selectMap.put("rstcdStepSort", "t.rstcdStepSort AS rstcdStepSort"); - selectMap.put("siteStepSort", "t.siteStepSort AS siteStepSort"); +// selectMap.put("siteStepSort", "t.siteStepSort AS siteStepSort"); selectMap.put("hbrvcd", "t.hbrvcd AS hbrvcd"); - selectMap.put("hbrvcdName", "t.hbrvcdName AS hbrvcdName"); + selectMap.put("hbrvcdName", "t.hbrvcd_name AS hbrvcdName"); if (CollUtil.isEmpty(selectFields)) { return String.join(", ", selectMap.values());