buhuazhen
2026-03-25 a0c9adb1e44f502c0473e9aafb7545981173b130
src/main/java/com/ruoyi/warehouse/controller/DocumentationBorrowManagementController.java
@@ -57,7 +57,7 @@
    @GetMapping("/getByDocumentationId/{id}")
    @ApiOperation("根据书籍id查询借阅记录")
    @Log(title = "根据书籍id查询借阅记录", businessType = BusinessType.OTHER)
    public AjaxResult getByDocumentationId(@PathVariable("id") Long id) {
    public AjaxResult getByDocumentationId(@PathVariable Long id) {
        return AjaxResult.success(documentationBorrowManagementService.selectByDocumentationId(id));
    }
    @PostMapping("/add")