浏览代码

feature: 角色授权申请开发

mazq 1 年之前
父节点
当前提交
93b9eba868

+ 1 - 1
dcuc-auth-service/src/main/java/com/dragoninfo/dcuc/auth/business/impl/zerotrust/ApprovalBusinessImpl.java

@@ -327,7 +327,7 @@ public class ApprovalBusinessImpl implements IApprovalBusiness {
         if (!AuthApplyStatusEnum.AGREE.getValue().equals(approvalResult)) {
         if (!AuthApplyStatusEnum.AGREE.getValue().equals(approvalResult)) {
             return new ApprovalBaseRespDto().success();
             return new ApprovalBaseRespDto().success();
         }
         }
-        // 开始角色授权
+        // 角色授权暂时不做处理,只为演示审批风险。
         return new ApprovalBaseRespDto().success();
         return new ApprovalBaseRespDto().success();
     }
     }