lyh
2025-05-09 58270402a93c8ad2742e00408cf6bbc54c75898c
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/controller/ComponentInfoController.java
@@ -78,8 +78,8 @@
    @AutoLog(value = "借用部件(可批量)")
    @ApiOperation(value = "借用部件(可批量)", notes = "借用部件(可批量)")
    @PostMapping("/borrow")
    public Result<?> borrowComponent(@RequestParam("oldId") String oldId, @RequestParam("newIds") String newIds) {
    @GetMapping("/borrow")
    public Result<?> borrowComponent(String oldId, String newIds) {
        return componentInfoService.borrowComponent(oldId,newIds);
    }
}