自动化立体仓库 - WMS系统
yml
Junjie
2023-05-10 c0b2ec119a8b2c73c7ae620fd3612eb27abf196e
src/main/java/com/zy/asrs/service/impl/WrkMastServiceImpl.java
@@ -77,6 +77,7 @@
                        WrkMast wrkMast = this.baseMapper.selectBySourceLocNoOfPakout(outerLoc);
                        if (wrkMast != null) {
                            defaultIoPri = wrkMast.getIoPri() - 2;
                            break;
//                            defaultIoPri = defaultIoPri == null ? wrkMast.getIoPri() - 2 : defaultIoPri - 2;
                        }
                    }