Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/UIManagerController.java
@@ -506,7 +506,7 @@ */ @PostMapping( "/authorizedUI") @VciBusinessLog(operateName = "UI授权") public BaseResult authorizedUI(UIAuthorDTO uiAuthorDTO){ public BaseResult authorizedUI(@RequestBody UIAuthorDTO uiAuthorDTO){ try { return uiManagerService.authorizedUI(uiAuthorDTO)?BaseResult.success("授权成功!"):BaseResult.fail("授权失败!"); }catch (Throwable e) {