自动化立体仓库 - WMS系统
1
zhang
6 天以前 f4a02e646e174cb6d134286d30ac75120bc6e972
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -610,7 +610,6 @@
                        && this.boxType1.equals(orderDetl.getBoxType1())
                        && this.boxType2.equals(orderDetl.getBoxType2())
                        && this.boxType3.equals(orderDetl.getBoxType3())
                        && this.cstateid.equals(orderDetl.getCstateid())
        );
    }
@@ -625,7 +624,6 @@
                        && this.boxType1.equals(orderDetl.getBoxType1())
                        && this.boxType2.equals(orderDetl.getBoxType2())
                        && this.boxType3.equals(orderDetl.getBoxType3())
                        && this.cstateid.equals(orderDetl.getCstateid())
        );
    }