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

fix: 数据源定时监测失败
This commit is contained in:
taojinlong
2024-07-02 16:43:13 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -973,7 +973,6 @@ public class DatasourceServer implements DatasourceApi {
LicenseUtil.validate();
validate(datasource);
} catch (Exception e) {
}
});
});

View File

@@ -85,4 +85,6 @@ public interface InteractiveAuthApi {
@GetMapping("/OrgNameForResource")
String OrgNameForResource(Long id);
void editResourceExtraFlag(BusiResourceEditor editor);
}