@ -66,6 +66,7 @@ class HomeController extends CommonController
// 各产品占比
$lies = [];
$product = Product::where('project_id', $project_id)->first();
dd($product->toArray());
if($product){
$productItem = ProductItems::where('product_id', $product->id)->get();
$factor = FactorItems::where('factor_id', $product->statistic_factor_id)->get();