Commit b509d7d1 authored by shiyu's avatar shiyu

新增专场商品id2

parent 7ba2337d
......@@ -77,7 +77,7 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService
specialPerformanceVo.setTotalViewNum(totalViewNum);
List<Map<String, Object>> dataList = new ArrayList<>();
for (SpecialPerformanceConfig specialPerformanceConfig : list) {
long itemId = specialPerformance.getId();
long itemId = specialPerformanceConfig.getItemId();
SupplierItem supplierItem = supplierItemDao.findById(itemId);
Map<String, Object> map = new HashMap<>();
map.put("homePageImage", MediaUtil.getHomePageImage(supplierItem.getImages(), supplierItem.getVideos()));
......
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