fix: 优化日志

This commit is contained in:
tangwei 2026-07-28 15:44:05 +08:00
parent 26b1ca794d
commit 339ac6b609

View File

@ -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());