@@ -16,6 +16,9 @@ public class OrderItemVo {
@ApiModelProperty("商品规格图片")
private String skuImage;
+ @ApiModelProperty("商品id")
+ private Long productId;
+
@ApiModelProperty("商品名称")
private String productName;
@@ -8,6 +8,7 @@
poi.sku_image,
ps.spec_combo AS specName,
poi.product_name,
+ poi.product_id,
ps.price_money AS payAmount,
ps.price_point AS pointsUsed,
ps.origin_price,