#
zzgtfwq
13 小时以前 de480b42a379d1cf23e1703977c0169e837fa786
src/main/java/com/zy/common/model/StartupDto.java
@@ -18,4 +18,22 @@
    private Integer workNo;
    /**
     * RGV源站
     */
    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;
    }
}