|
|
|
@ -106,6 +106,7 @@ public class ProductQueryServiceImpl implements ProductQueryService { |
|
|
|
vo.setUnitSellingPrice(unitSellingPrice); |
|
|
|
vo.setUnitOriginalPrice(unitOriginalPrice); |
|
|
|
vo.setProductList(TypeConvertUtils.convert(v,UserPageProductByCustomerVo.class)); |
|
|
|
groupVoList.add(vo); |
|
|
|
}); |
|
|
|
return groupVoList; |
|
|
|
} |
|
|
|
|