Browse Source

fix:大屏和系统数据对不上.不分站点统计所有

Signed-off-by: sunshihao <sunshihaoemail>
sunshihao 15 hours ago
parent
commit
f1b34d7bd6

+ 1 - 1
xinkeaboard-server/b2b2c-web/src/main/java/com/slodon/b2b2c/controller/statistics/screen/ScreenAnalysisController.java

@@ -281,7 +281,7 @@ public class ScreenAnalysisController extends BaseController {
         storeExample.setStateNotEquals(StoreConst.STORE_STATE_DELETE);
         vo.setStoreNum(storeModel.getStoreCount(storeExample));
         GoodsExample goodsExample = new GoodsExample();
-        goodsExample.setWebSite(WebSiteConstant.MEMBER_OVERSEA);
+//        goodsExample.setWebSite(WebSiteConstant.MEMBER_OVERSEA);
         goodsExample.setState(GoodsConst.GOODS_STATE_UPPER);
         vo.setProductNum(goodsModel.getGoodsCount(goodsExample));
         vo.setServiceProviderNum(999);