mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 数据源插件里实现获取飞书token
This commit is contained in:
committed by
xuwei-fit2cloud
parent
25ab3753be
commit
b02b73062a
@@ -644,7 +644,7 @@ public class DatasourceServer implements DatasourceApi {
|
||||
@Override
|
||||
@XpackInteract(value = "datasourceResourceTree", before = false)
|
||||
public void delete(Long datasourceId) throws DEException {
|
||||
Objects.requireNonNull(io.dataease.utils.CommonBeanFactory.getBean(DatasourceServer.class)).recursionDel(datasourceId);
|
||||
Objects.requireNonNull(CommonBeanFactory.getBean(DatasourceServer.class)).recursionDel(datasourceId);
|
||||
}
|
||||
|
||||
public void recursionDel(Long datasourceId) throws DEException {
|
||||
|
||||
Reference in New Issue
Block a user