zhangyang 2 years ago
parent
commit
cd24e84195

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/PoTetherController.java

@@ -141,7 +141,7 @@ public class PoTetherController extends BaseController
     @ApiOperation("新增套系")
     @PreAuthorize("@ss.hasPermi('system:tether:add')")
     @Log(title = "套系", businessType = BusinessType.INSERT)
-    @PostMapping("/insert")
+    @PostMapping
     public AjaxResult add(@Validated @RequestBody TetherVo tetherVo
     )
     //@RequestBody @Param("poUser") PoUser poUser