fix: 优化报错
This commit is contained in:
parent
5aa7f360e9
commit
c9badec4ae
@ -671,6 +671,7 @@ public class SdWtMonitorServiceImpl implements SdWtMonitorService {
|
||||
.append("hb.ORDER_INDEX AS baseStepSort, ")
|
||||
.append("eng.HBRVCD AS hbrvcd, ")
|
||||
.append("eng.ORDER_INDEX AS rstcdStepSort, ")
|
||||
.append("hb.ORDER_INDEX AS rvcdStepSort, ")
|
||||
.append("eng.ORDER_INDEX AS siteStepSort ")
|
||||
.append("FROM SD_ENGINFO_B_H eng ")
|
||||
.append("LEFT JOIN SD_HYDROBASE hb ON hb.BASEID = eng.BASE_ID ")
|
||||
@ -715,7 +716,7 @@ public class SdWtMonitorServiceImpl implements SdWtMonitorService {
|
||||
.append("hb.BASENAME AS baseName, ")
|
||||
.append("hb.BASEID AS baseId, ")
|
||||
.append("hb.ORDER_INDEX AS baseStepSort, ")
|
||||
.append("NVL(hbrv.ORDER_INDEX, 999999) AS rvcdStepSort, ")
|
||||
// .append("NVL(hbrv.ORDER_INDEX, 999999) AS rvcdStepSort, ")
|
||||
.append("eng.ORDER_INDEX AS rstcdStepSort, ")
|
||||
.append("wt.ORDER_INDEX AS siteStepSort, ")
|
||||
.append("wt.STNM AS stnm, ")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user