forked from github/dataease
fix(数据集): 编辑数据集可能会出现重复字段
This commit is contained in:
parent
5a048e9e2e
commit
c73fbfb91c
@ -980,6 +980,7 @@ public class DataSetTableService {
|
||||
datasetTableField.setTableId(datasetTable.getId());
|
||||
datasetTableField.setColumnIndex(i);
|
||||
}
|
||||
dataSetTableFieldsService.deleteByTableId(datasetTable.getId());
|
||||
dataSetTableFieldsService.batchEdit(fieldList);
|
||||
// custom 创建doris视图
|
||||
if (datasetTable.getMode() == 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user