forked from github/dataease
fix: 数据源定时监测失败
This commit is contained in:
parent
55bdd799e7
commit
91328c6fc1
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user