src/main/java/com/zy/asrs/controller/LocDetlController.java
@@ -38,7 +38,7 @@ return R.ok(locDetlService.selectById(String.valueOf(id))); } @RequestMapping(value = "/locDetl/auth") @GetMapping(value = "/locDetl/auth") @ManagerAuth public R stockOutList(@RequestParam(value = "locNos[]") List<String> locNos){ if (!locNos.isEmpty()) { @@ -177,4 +177,6 @@ return R.ok(); } }