Merge pull request #10561 from dataease/pr@dev-v2@fixDS

fix: 修复数据导出中心没有所属组织
This commit is contained in:
taojinlong 2024-06-27 14:46:12 +08:00 committed by GitHub
commit 4ec90e82ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,4 +77,7 @@ public interface InteractiveAuthApi {
@GetMapping("/checkEmpty")
boolean checkEmpty();
@GetMapping("/OrgNameForResource")
String OrgNameForResource(Long id);
}