#
zzgtfwq
1 天以前 d91d1fc34a8af84513416cb2a03c75d96fb0304e
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -491,4 +491,16 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.logErrTime);
    }
    public Integer getStaNoSou$() {
        switch (sourceStaNo){
            case 118:
            case 121:
            case 124:
            case 218:
            case 221:
            case 224:
                return sourceStaNo-1;
        }
        return staNo;
    }
}