#
zzgtfwq
2025-12-10 146d0b4e6d10f1692f8f22c843fa831394810364
src/main/java/com/zy/common/model/StartupDto.java
@@ -23,4 +23,17 @@
     */
    private Integer rgvSstaNo;
    public Integer getStaNoSou$(Integer staNoE,Integer sourceStaNo) {
        switch (sourceStaNo){
            case 118:
            case 121:
            case 124:
            case 218:
            case 221:
            case 224:
                return sourceStaNo-1;
        }
        return staNoE;
    }
}