|
@@ -1329,6 +1329,7 @@ public class PageServiceImpl implements PageService {
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
|
List<ProductItemVo> list = pageMapper.getNewFloorList(brandID, 0);
|
|
|
list.forEach(product -> {
|
|
|
+ product.setPriceGrade(priceUtilService.getPriceGrade(product.getPrice()));
|
|
|
Boolean couponsLogo = setCouponsLogo(userId, product.getProductId(), source);
|
|
|
product.setCouponsLogo(couponsLogo);
|
|
|
if (product.getBrandID() != null) {
|