zhangyang 2 年之前
父节点
当前提交
e3a845db19
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/PoTetherController.java

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

@@ -193,10 +193,10 @@ public class PoTetherController extends BaseController
     @PreAuthorize("@ss.hasPermi('system:tether:edit')")
     @PreAuthorize("@ss.hasPermi('system:tether:edit')")
     @Log(title = "套系", businessType = BusinessType.UPDATE)
     @Log(title = "套系", businessType = BusinessType.UPDATE)
     @PutMapping("edit")
     @PutMapping("edit")
-    public AjaxResult edit(@RequestBody TetherVo tetherVo,@RequestBody PoUser poUser)
+    public AjaxResult edit(@RequestBody TetherVo tetherVo)
     {
     {
         //校验是否有操作的权限
         //校验是否有操作的权限
-        poUserService.checkUserAllowed(poUser);
+       // poUserService.checkUserAllowed(poUser);
 
 
         TetherVo tetherVo1 = poTetherService.selectPoTetherByTetherIdWithCollection(tetherVo.getTetherId());
         TetherVo tetherVo1 = poTetherService.selectPoTetherByTetherIdWithCollection(tetherVo.getTetherId());