zhangherong
2025-06-07 e5d0fe8cfdc5e171badfa22bac00b0e2e81ee6e6
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);
    }
}