zhangyang 2 yıl önce
ebeveyn
işleme
e3a845db19

+ 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')")
     @Log(title = "套系", businessType = BusinessType.UPDATE)
     @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());