自动化立体仓库 - WCS系统
#
lsh
2024-07-17 675ed4fa602e79e220e76fcdbc56e4630c0fb21c
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -7842,6 +7842,14 @@
                        continue;
                    }
                } else if (steProtocol.getCharge()<80.0F){
                    List<BasJarMast> basJarMastList = basJarMastService.getJarMastByJarIdAndStatusListCharge(steSlave.getId(), new ArrayList<Integer>() {{
                        add(5);
                        add(11);
                        add(16);
                    }});
                    if(!basJarMastList.isEmpty()){
                        continue;
                    }
                    if (wrkMastExecuteService.selectNoStart(steSlave.getId())!=0){
                        continue;
                    }