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