Gaosheng 1 долоо хоног өмнө
parent
commit
d8d651672b

+ 5 - 1
xinkeaboard-server/b2b2c-web/src/main/java/com/slodon/b2b2c/vo/statistics/AdminPresentIndexVO.java

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