自动化立体仓库 - WMS系统
#
Junjie
2025-07-31 710f7a55f6023f6d490b0ca66d4679bfc270480b
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -610,6 +610,7 @@
                        && this.boxType1.equals(orderDetl.getBoxType1())
                        && this.boxType2.equals(orderDetl.getBoxType2())
                        && this.boxType3.equals(orderDetl.getBoxType3())
                        && this.cstateid.equals(orderDetl.getCstateid())
        );
    }
@@ -624,6 +625,7 @@
                        && this.boxType1.equals(orderDetl.getBoxType1())
                        && this.boxType2.equals(orderDetl.getBoxType2())
                        && this.boxType3.equals(orderDetl.getBoxType3())
                        && this.cstateid.equals(orderDetl.getCstateid())
        );
    }