mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
fix: 数据源定时监测失败
This commit is contained in:
@@ -973,7 +973,7 @@ public class DatasourceServer implements DatasourceApi {
|
||||
LicenseUtil.validate();
|
||||
validate(datasource);
|
||||
} catch (Exception e) {
|
||||
|
||||
e.printStackTrace();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -85,4 +85,6 @@ public interface InteractiveAuthApi {
|
||||
|
||||
@GetMapping("/OrgNameForResource")
|
||||
String OrgNameForResource(Long id);
|
||||
|
||||
void editResourceExtraFlag(BusiResourceEditor editor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user