自动化立体仓库 - WCS系统
#
18516761980
2022-10-06 35fa78e3f0b49c9e5d94c1bcf3bd2ae2f1212b4d
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -2013,7 +2013,8 @@
                        TestMast testMast = testMastService.selectOne(new EntityWrapper<TestMast>()
                                .eq("channel",(i+1)).eq("status",olsStatus));//查找原来的状态
                        if(null != testMast && devpThread.startSignal[i] == 1){
                        if(null != testMast &&
                                (devpThread.startSignal[i] == 1 || devpThread.startSignal[i] == 3 || devpThread.startSignal[i] == 5)){
                            testMast.setStatus(newStatus);
                            testMast.setModiTime(new Date());
                            if(!testMastService.update(testMast,new EntityWrapper<TestMast>()