zhou zhou
6 天以前 77ad34e7c35e164b5c37d79bf19cc5ab06f1060d
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/LocItemController.java
@@ -160,7 +160,7 @@
    @PreAuthorize("hasAuthority('manager:locItem:list')")
    @GetMapping("/locItem/{id}")
    public R get(@PathVariable("id") Long id) {
        return R.ok().add(locService.getById(id));
        return R.ok().add(locItemService.getById(id));
    }
    @PreAuthorize("hasAuthority('manager:locItem:save')")