|
|
@ -1175,7 +1175,7 @@ public class TechnicalSpecificationServiceImpl implements TechnicalSpecification |
|
|
throw new RuntimeException("未绑定域控账号!"); |
|
|
throw new RuntimeException("未绑定域控账号!"); |
|
|
} |
|
|
} |
|
|
if (!checkLdapDirectory.checkUserLdapDirectory(account,baseUrl)) { |
|
|
if (!checkLdapDirectory.checkUserLdapDirectory(account,baseUrl)) { |
|
|
throw new RuntimeException("文件服务权限不足!"); |
|
|
|
|
|
|
|
|
throw new RuntimeException("权限不足,无法访问,请联系管理员!"); |
|
|
} |
|
|
} |
|
|
return data; |
|
|
return data; |
|
|
} |
|
|
} |
|
|
|