自动化立体仓库 - WMS系统
#
Junjie
2023-09-09 80c9c53a22aaac5e8cd2ad051fb29a7d201a1131
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;
                        }
                    }