src/main/java/com/zy/common/service/CommonService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/common/service/CommonService.java
@@ -178,7 +178,7 @@ if (curRow < 0) { throw new CoolException("检索库位失败,请联系管理员"); } Integer crnNo1 = shelves.get(curRow); Integer crnNo1 = shelves.get(curRow) + 1; if (basCrnpService.checkSiteError(crnNo1, true)) { crnNo = crnNo1; break;