cody 2 years ago
parent 60f2fdbe68
commit 21df74bcf3

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

Loading…
Cancel
Save