fix: 电站统计状态条件优化

This commit is contained in:
tangwei 2026-07-07 15:20:16 +08:00
parent 6c521d9d84
commit 58fec2e6f1

View File

@ -5498,6 +5498,7 @@ public class EngEqDataServiceImpl implements EngEqDataService {
case "bldsttCcode" -> "t.bldsttCcode"; case "bldsttCcode" -> "t.bldsttCcode";
case "dtinEnv" -> "t.dtinEnv"; case "dtinEnv" -> "t.dtinEnv";
case "DTIN" -> "t.dtin"; case "DTIN" -> "t.dtin";
case "dtin" -> "t.dtin";
case "runState" -> "t.runState"; case "runState" -> "t.runState";
case "baseStepSort" -> "NVL(t.baseStepSort, 999999)"; case "baseStepSort" -> "NVL(t.baseStepSort, 999999)";
case "rvcdStepSort" -> "NVL(t.rvcdStepSort, 999999)"; case "rvcdStepSort" -> "NVL(t.rvcdStepSort, 999999)";