Commit f3084e3e authored by shiyu's avatar shiyu

关注商品列表查询3

parent daaf96e8
...@@ -337,6 +337,9 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService ...@@ -337,6 +337,9 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService
} else { } else {
resultMap.put("dataList", null); resultMap.put("dataList", null);
} }
} else {
list = specialPerformanceConfigDao.findList(specialPerformanceConfigRequestDto);
pageInfo = new PageInfo(list);
} }
resultMap.put("backgroundImage", specialPerformance.getBackgroundImage()); resultMap.put("backgroundImage", specialPerformance.getBackgroundImage());
......
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