src/main/java/com/zy/asrs/controller/MobileController.java
@@ -482,6 +482,13 @@ } //平库上架(无组托上架) @RequestMapping("/node/pakin/v1") public R nodePakinNoComb(@RequestBody CombParam param){ mobileService.nodePakinNoComb(param); return R.ok(); } private String findNodeLoc(List<LocRule> locRules){ for (LocRule locRule : locRules) { if (Cools.isEmpty(locRule.getOther())) {