Commit af14af8d authored by hanfeng's avatar hanfeng

修改官网旅游路线

parent a15af830
...@@ -395,6 +395,7 @@ public class TourGoodBiz extends BaseBiz<TourGoodMapper, TourGood> { ...@@ -395,6 +395,7 @@ public class TourGoodBiz extends BaseBiz<TourGoodMapper, TourGood> {
goodDataVO.setName(tourGood.getName()); goodDataVO.setName(tourGood.getName());
goodDataVO.setImgUrl(tourGood.getCover()); goodDataVO.setImgUrl(tourGood.getCover());
goodDataVO.setPrice(tourGood.getPrice().toString()); goodDataVO.setPrice(tourGood.getPrice().toString());
list.add(goodDataVO);
} }
} }
return list; return list;
......
Markdown is supported
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