refactor(数据源): 拆分接口

This commit is contained in:
taojinlong
2024-01-25 14:38:44 +08:00
parent aa0199a934
commit ac736abe0c
6 changed files with 26 additions and 10 deletions

View File

@@ -311,6 +311,8 @@ public class DatasourceServer implements DatasourceApi {
return dataSourceDTO;
}
@Transactional
@Override
public DatasourceDTO update(DatasourceDTO dataSourceDTO) throws DEException {
Long pk = null;
if (ObjectUtils.isEmpty(pk = dataSourceDTO.getId())) {