|
@@ -116,7 +116,7 @@ public class AdminPresentIndexVO {
|
|
this.goodsTotalNum = adminPresentDataVO.getPlatformSummary().getGoodsTotalNum();
|
|
this.goodsTotalNum = adminPresentDataVO.getPlatformSummary().getGoodsTotalNum();
|
|
this.newGoodsNum = adminPresentDataVO.getPlatformTodaySummary().getNewGoodsNum();
|
|
this.newGoodsNum = adminPresentDataVO.getPlatformTodaySummary().getNewGoodsNum();
|
|
this.shelfGoodsNum = adminPresentDataVO.getPlatformSummary().getShelfGoodsNum();
|
|
this.shelfGoodsNum = adminPresentDataVO.getPlatformSummary().getShelfGoodsNum();
|
|
- this.saleGoodsNum = adminPresentDataVO.getPlatformSummary().getSaleGoodsNum();
|
|
|
|
|
|
+ this.saleGoodsNum = adminPresentDataVO.getPlatformSummary().getWebSiteSaleGoodsNum() ;
|
|
}
|
|
}
|
|
|
|
|
|
@ApiModelProperty("更新时间")
|
|
@ApiModelProperty("更新时间")
|
|
@@ -133,6 +133,10 @@ public class AdminPresentIndexVO {
|
|
|
|
|
|
@ApiModelProperty("在售商品总数")
|
|
@ApiModelProperty("在售商品总数")
|
|
private Integer saleGoodsNum;
|
|
private Integer saleGoodsNum;
|
|
|
|
+
|
|
|
|
+ @ApiModelProperty("站点在售商品总数")
|
|
|
|
+ private Integer webSiteSaleGoodsNum;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|