自动化立体仓库 - WMS系统
#
18516761980
2022-10-07 dd2aa5252295dd138a225c101732bef9695567d1
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -791,13 +791,8 @@
        if(null != testMast){
            if (testMast.getStatus()==3){
                Date date = new Date();
                testMast.setStatus(4);
                testMast.setModiTime(date);
                if (!testMastService.update(testMast,wrapper)){
                    throw new CoolException("更改测试状态失败");
                }
                locMast.setPackStatus(3);
                testMast.setModiTime(date);
                locMast.setModiTime(date);
                CombParam combParam = new CombParam();
                combParam.setPackNo(locMast.getBarcode());
                combParam.setLocNo(locMast.getLocNo());