fix: 优化日志
This commit is contained in:
parent
26b1ca794d
commit
339ac6b609
@ -993,7 +993,7 @@ public class VdMonitorServiceImpl implements VdMonitorService {
|
|||||||
selectMap.put("stcd", "t.stcd AS stcd");
|
selectMap.put("stcd", "t.stcd AS stcd");
|
||||||
selectMap.put("tm", "t.tm AS tm");
|
selectMap.put("tm", "t.tm AS tm");
|
||||||
selectMap.put("flnm", "t.flnm AS flnm");
|
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("flpth", "t.flpth AS flpth");
|
||||||
selectMap.put("deviceinfo", "t.deviceinfo AS deviceinfo");
|
selectMap.put("deviceinfo", "t.deviceinfo AS deviceinfo");
|
||||||
selectMap.put("describe", "t.describe AS describe");
|
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("baseStepSort", "t.baseStepSort AS baseStepSort");
|
||||||
selectMap.put("rvcdStepSort", "t.rvcdStepSort AS rvcdStepSort");
|
selectMap.put("rvcdStepSort", "t.rvcdStepSort AS rvcdStepSort");
|
||||||
selectMap.put("rstcdStepSort", "t.rstcdStepSort AS rstcdStepSort");
|
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("hbrvcd", "t.hbrvcd AS hbrvcd");
|
||||||
selectMap.put("hbrvcdName", "t.hbrvcdName AS hbrvcdName");
|
selectMap.put("hbrvcdName", "t.hbrvcd_name AS hbrvcdName");
|
||||||
|
|
||||||
if (CollUtil.isEmpty(selectFields)) {
|
if (CollUtil.isEmpty(selectFields)) {
|
||||||
return String.join(", ", selectMap.values());
|
return String.join(", ", selectMap.values());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user