fix:() 优化任务调动方法
parent
e25ffdfb84
commit
b22150f896
|
@ -161,7 +161,8 @@ public class DataRunNameServiceImpl implements DataRunNameService {
|
|||
set1.add(tableNames);
|
||||
});
|
||||
});
|
||||
dataName.setTableNames((List<TableNames>) set1);
|
||||
ArrayList<TableNames> namesArrayList = new ArrayList<>(set1);
|
||||
dataName.setTableNames(namesArrayList);
|
||||
});
|
||||
//返回所有数据
|
||||
return dataNameList;
|
||||
|
|
Loading…
Reference in New Issue