src/main/java/com/zy/common/service/CommonService.java
@@ -63,7 +63,6 @@ } } if (workNo > 0){ // todo wrkLastno.setWrkNo(workNo); wrkLastnoService.updateById(wrkLastno); } @@ -100,6 +99,7 @@ for (List<Integer> node : shelves.nodes){ if (node.contains(curRow)) { crnNo = shelves.nodes.indexOf(node) + 1; break; } } BasCrnp crnp = basCrnpService.selectById(crnNo);