| | |
| | | * @param tabButtonVO |
| | | * @return 修改结果 |
| | | */ |
| | | @PutMapping("/updateTabbutton") |
| | | @PutMapping("/updateTabButton") |
| | | public BaseResult updateTabButton(@RequestBody PLTabButtonVO tabButtonVO){ |
| | | try { |
| | | return uiManagerService.updateTabButton(tabButtonVO); |
| | |
| | | * @return |
| | | * @throws PLException |
| | | */ |
| | | /* @GetMapping( "/getRightListByRoleId") |
| | | @VciBusinessLog(operateName = "根据角色主键获取已授权的UI主键集合") |
| | | public BaseResult getRightListByRoleId(String roleId){ |
| | | try { |
| | | return BaseResult.success(uiManagerService.getRightListByRoleId(roleId)); |
| | | }catch (Throwable e) { |
| | | e.printStackTrace(); |
| | | String exceptionMessage = "获取已授权信息时错误,原因:" + VciBaseUtil.getExceptionMessage(e); |
| | | logger.error(exceptionMessage); |
| | | return BaseResult.fail(exceptionMessage); |
| | | } |
| | | }*/ |
| | | /* @GetMapping( "/getRightListByRoleId") |
| | | @VciBusinessLog(operateName = "根据角色主键获取已授权的UI主键集合") |
| | | public BaseResult getRightListByRoleId(String roleId){ |
| | | try { |
| | | return BaseResult.success(uiManagerService.getRightListByRoleId(roleId)); |
| | | }catch (Throwable e) { |
| | | e.printStackTrace(); |
| | | String exceptionMessage = "获取已授权信息时错误,原因:" + VciBaseUtil.getExceptionMessage(e); |
| | | logger.error(exceptionMessage); |
| | | return BaseResult.fail(exceptionMessage); |
| | | } |
| | | }*/ |
| | | |
| | | /*** |
| | | * @param uiAuthorDTO 勾选的需要保存的数据对象 |