Commit 2107d2a7 by 陶光胜

取数平台权限

parent 0af34336
......@@ -164,5 +164,11 @@ public class FreeQueryController {
}
@RequestMapping("/get-custom-database")
public String getCustomDatabase(){
FreeQuerySource freeQuerySource = this.freeQueryService.getFreeQuerySource(SessionContextUtils.getLoginUserEnterpriseId());
return freeQuerySource.getDatabase();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment