Commit ed183c66 authored by wangquan  wangquan's avatar wangquan wangquan
Browse files

12

parent e233b0ae
...@@ -34,6 +34,8 @@ public class UdspCarSeriesListServiceImpl implements UdspCarSeriesListService { ...@@ -34,6 +34,8 @@ public class UdspCarSeriesListServiceImpl implements UdspCarSeriesListService {
result.setCode(seriesList.getModelCode()); result.setCode(seriesList.getModelCode());
resultList.add(result); resultList.add(result);
} }
log.info("carSeriesListResultList:{}", resultList); log.info("carSeriesListResultList:{}", resultList);
return PageUtil.paging(info, resultList); return PageUtil.paging(info, resultList);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment