diff --git a/app/controller/admin/Common.php b/app/controller/admin/Common.php index d2a088a..6c7250f 100644 --- a/app/controller/admin/Common.php +++ b/app/controller/admin/Common.php @@ -472,43 +472,43 @@ class Common extends BaseController 'tk_guarantee_template', 'tk_guarantee_value', // 平台&商户积分 - 'tk_integral', - 'tk_integral_give_record', + // 'tk_integral', + // 'tk_integral_give_record', // 用户相关 'tk_member_interests', // 'tk_user', // 'tk_user_address', - // 'tk_user_brokerage', + 'tk_user_brokerage',// 分销商等级 // 'tk_wechat_user', // 商户相关 - 'tk_merchant', - 'tk_merchant_admin', + // 'tk_merchant', + // 'tk_merchant_admin', 'tk_merchant_category', - 'tk_merchant_intention', + // 'tk_merchant_intention', 'tk_merchant_type', - 'tk_shipping_template', - 'tk_shipping_template_free', - 'tk_shipping_template_region', - 'tk_shipping_template_undelivery', + // 'tk_shipping_template', + // 'tk_shipping_template_free', + // 'tk_shipping_template_region', + // 'tk_shipping_template_undelivery', // 装修相关 'tk_page_category', 'tk_page_link', // 商品相关 'tk_parameter', 'tk_parameter_template', - 'tk_parameter_value', + // 'tk_parameter_value', 'price_rule', 'tk_store_attr_template', 'tk_store_brand', 'tk_store_brand_category', 'tk_store_category', - 'tk_store_product', - 'tk_store_product_attr', - 'tk_store_product_attr_value', - 'tk_store_product_cate', - 'tk_store_product_content', - 'tk_store_product_label', - 'tk_store_spu', + // 'tk_store_product', + // 'tk_store_product_attr', + // 'tk_store_product_attr_value', + // 'tk_store_product_cate', + // 'tk_store_product_content', + // 'tk_store_product_label', + // 'tk_store_spu', // 'tk_store_product_reply',// 商品评论 // 商品助力 // 'tk_store_product_assist', diff --git a/app/controller/api/store/marketing/PlatformCommission.php b/app/controller/api/store/marketing/PlatformCommission.php index a78b3b8..273d40a 100644 --- a/app/controller/api/store/marketing/PlatformCommission.php +++ b/app/controller/api/store/marketing/PlatformCommission.php @@ -31,7 +31,7 @@ class PlatformCommission extends BaseController{ $params['uid'] = $this->request->uid(); $statistics = app()->make(LegumesLogRepository::class)->getStatistics($params); $statisticsList = [ - ['title' => '已获得豆','value' => $statistics['reality_get_legumes']], + // ['title' => '已获得豆','value' => $statistics['reality_get_legumes']], ['title' => '积分释放上限','value' => $statistics['integral_upper_limit']], ['title' => '已释放积分','value' => $statistics['get_integral']], ['title' => '可用积分','value' => $statistics['used_integral']],