Commit ab233a56 by ping.wu

productBindingCoupons与inventedParentActivitiesVo字段重复,删除

parent 71490aa8
......@@ -2422,7 +2422,6 @@ public class OrderAdapter {
productVo.setInventedParentActivitiesVo(inventedParentActivityVos);
}
productVo.setScore(orderProductAddInfoDto.getScore());
productVo.setProductBindingCoupons(orderProductAddInfoDto.getProductBindingCoupons());
// 购物车行id
productVo.setCid(orderProductAddInfoDto.getCartGoodsUid());
// 购物车行父id
......
......@@ -205,9 +205,6 @@ public class ProductVo {
private Long score;
//结算页加价购购买虚拟商品,订单详情展示虚拟商品绑定的券
private List<ProductBindingCouponType> productBindingCoupons;
@Data
@NoArgsConstructor
public static class ProductLabel {
......
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