|
@@ -1371,7 +1371,6 @@ public class PageServiceImpl implements PageService {
|
|
|
log.info("pagenum,pagesize,brandId-------------------------------->"+pageNum+"-----"+pageSize+"-=---------------"+brandID.toString());
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
|
List<ProductItemVo> list = pageMapper.getNewFloorList(brandID);
|
|
|
- log.info("当前分页--------------------》"+list.toString());
|
|
|
list.forEach(product -> {
|
|
|
Boolean couponsLogo = setCouponsLogo(userId, product.getProductId(), source);
|
|
|
product.setCouponsLogo(couponsLogo);
|