|
@@ -104,6 +104,12 @@ public class AdminOverviewController extends BaseController {
|
|
|
goodsExample.setStateIn(GoodsConst.GOODS_STATE_SELL_NOW_TO_AUDIT + "," + GoodsConst.GOODS_STATE_WAREHOUSE_TO_AUDIT);
|
|
|
adminWaitDeal.setWebSiteAuditGoodsNum(goodsModel.getGoodsCount(goodsExample));
|
|
|
|
|
|
+ //站点待审核店铺
|
|
|
+ storeApplyExample = new StoreApplyExample();
|
|
|
+ goodsExample.setWebSite(webSite);
|
|
|
+ storeApplyExample.setState(StoreConst.STATE_1_SEND_APPLY);
|
|
|
+ adminWaitDeal.setWebSiteAuditStoreNum(storeApplyModel.getStoreApplyCount(storeApplyExample));
|
|
|
+
|
|
|
//待审核品牌
|
|
|
GoodsBrandExample goodsBrandExample = new GoodsBrandExample();
|
|
|
goodsBrandExample.setState(GoodsConst.BRAND_STATE_2);
|