fix: 电站统计状态条件优化
This commit is contained in:
parent
6c521d9d84
commit
58fec2e6f1
@ -5498,6 +5498,7 @@ public class EngEqDataServiceImpl implements EngEqDataService {
|
||||
case "bldsttCcode" -> "t.bldsttCcode";
|
||||
case "dtinEnv" -> "t.dtinEnv";
|
||||
case "DTIN" -> "t.dtin";
|
||||
case "dtin" -> "t.dtin";
|
||||
case "runState" -> "t.runState";
|
||||
case "baseStepSort" -> "NVL(t.baseStepSort, 999999)";
|
||||
case "rvcdStepSort" -> "NVL(t.rvcdStepSort, 999999)";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user