|
@@ -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());
|
|
|
|
|