fix: 修复数据导出中心没有所属组织

This commit is contained in:
taojinlong 2024-06-27 14:43:43 +08:00
parent e9b59b33da
commit 707e2199ff

View File

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