fix: 数据源定时监测失败

This commit is contained in:
taojinlong 2024-07-02 16:41:16 +08:00
parent 55bdd799e7
commit 91328c6fc1
2 changed files with 3 additions and 1 deletions

View File

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

View File

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