forked from github/dataease
fix: 修复数据导出中心没有所属组织
This commit is contained in:
parent
e9b59b33da
commit
707e2199ff
@ -77,4 +77,7 @@ public interface InteractiveAuthApi {
|
||||
|
||||
@GetMapping("/checkEmpty")
|
||||
boolean checkEmpty();
|
||||
|
||||
@GetMapping("/OrgNameForResource")
|
||||
String OrgNameForResource(Long id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user