自动化立体仓库 - WMS系统
#
lsh
2023-10-11 7096b34d983aaf5c1a863a903a7ebd09a217f687
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -377,7 +377,7 @@
        if (null == this.source){ return "未确认"; }
        switch (this.source){
            case 1:
                return "确认";
                return "已确认";
            default:
                return "未确认";
        }