fix: 优化逻辑
This commit is contained in:
parent
f37cb335e7
commit
d64894905a
@ -2477,6 +2477,7 @@ public class EngEqDataServiceImpl implements EngEqDataService {
|
||||
"eng.RVCD AS rvcd, " +
|
||||
"rv.RVNM AS rvcdName, " +
|
||||
"eng.PRSC AS prsc, " +
|
||||
"eng.RUN_STATE AS runState, " +
|
||||
"eng.BLDSTT AS bldstt, " +
|
||||
"eng.BLDSTT_CODE AS bldsttCcode, " +
|
||||
"eng.DTIN_ENV AS dtinEnv, " +
|
||||
@ -2530,6 +2531,7 @@ public class EngEqDataServiceImpl implements EngEqDataService {
|
||||
columns.put("bldstt", "t.bldstt AS bldstt");
|
||||
columns.put("bldsttCcode", "t.bldsttCcode AS bldsttCcode");
|
||||
columns.put("dtin", "t.dtin AS dtin");
|
||||
columns.put("runState", "t.runState AS runState");
|
||||
columns.put("dtinEnv", "t.dtinEnv AS dtinEnv");
|
||||
columns.put("baseStepSort", "t.baseStepSort AS baseStepSort");
|
||||
columns.put("rvcdStepSort", "t.rvcdStepSort AS rvcdStepSort");
|
||||
@ -4505,6 +4507,7 @@ public class EngEqDataServiceImpl implements EngEqDataService {
|
||||
case "bldsttCcode" -> "t.bldsttCcode";
|
||||
case "dtinEnv" -> "t.dtinEnv";
|
||||
case "DTIN" -> "t.dtin";
|
||||
case "runState" -> "t.runState";
|
||||
case "baseStepSort" -> "NVL(t.baseStepSort, 999999)";
|
||||
case "rvcdStepSort" -> "NVL(t.rvcdStepSort, 999999)";
|
||||
case "rstcdStepSort" -> "NVL(t.rstcdStepSort, 999999)";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user