Commit 526faea3 authored by shiyu's avatar shiyu

关注商品列表查询4

parent f3084e3e
...@@ -344,7 +344,7 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService ...@@ -344,7 +344,7 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService
resultMap.put("backgroundImage", specialPerformance.getBackgroundImage()); resultMap.put("backgroundImage", specialPerformance.getBackgroundImage());
//商品总数 //商品总数
resultMap.put("totalItemNum", pageInfo.getTotal()); resultMap.put("totalItemNum", itemIdList.size());
//围观总数 //围观总数
long totalViewNum = specialPerformanceConfigDao.countViewNum(dto.getSpecialPerformanceId()); long totalViewNum = specialPerformanceConfigDao.countViewNum(dto.getSpecialPerformanceId());
resultMap.put("totalViewNum", totalViewNum); resultMap.put("totalViewNum", totalViewNum);
......
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