mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 解决数据集保存一直转圈的问题
This commit is contained in:
@@ -88,7 +88,6 @@ public class DatasetGroupManage {
|
||||
|
||||
@Transactional
|
||||
public DatasetGroupInfoDTO save(DatasetGroupInfoDTO datasetGroupInfoDTO, boolean rename, boolean encode) throws Exception {
|
||||
lock.lock();
|
||||
try {
|
||||
boolean isCreate;
|
||||
// 用于重命名获取pid
|
||||
@@ -151,8 +150,6 @@ public class DatasetGroupManage {
|
||||
return datasetGroupInfoDTO;
|
||||
} catch (Exception e) {
|
||||
DEException.throwException(e.getMessage());
|
||||
} finally {
|
||||
lock.unlock();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user