#ZH
野心家
2025-05-26 c9b270dae703ee077a4e41013d7662c5e61afd29
src/main/java/com/zy/asrs/entity/param/WcsTaskListParam.java
@@ -29,6 +29,8 @@
        this.startSta = wrkMast.getSourceStaNo().toString();
        this.endSta = wrkMast.getStaNo().toString();
        this.status = wrkMast.getWrkSts().intValue();
        this.error.add(wrkMast.getErrorMemo());
        if (!Cools.isEmpty(wrkMast.getErrorMemo())){
            this.error.add(wrkMast.getErrorMemo());
        }
    }
}