@@ -29,8 +29,6 @@ public class DataSetConfigService {
* @throws:
*/
public List<DataSetConfigModel> getDataList(DataSetConfigModel model) {
- String dataSourceNo = JsonUtil.toJSONString(model.getDataSourcesNos());
- model.setDataSetNo(dataSourceNo);
return dataSetConfigMapper.getDataList(model);
}