Commit 078f1c53 authored by hanfeng's avatar hanfeng

Merge branch 'master-Member-bug-modify' into dev

parents 375d2de5 af14af8d
...@@ -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