自动化立体仓库 - WCS系统
*
lsh
2024-10-23 85bb0d60ce25ec902aba8c298931bda33a77e7b8
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());
        }
    }
}