liyinglin 2 years ago
parent b6583ade80
commit 78eee13af3

@ -404,7 +404,7 @@ class StatisticsController extends CommonController
if ($areaId) {
$query->whereIn('id', $areaId);
}
})->paginate(10);
})->paginate(40);
$product = Product::where('project_id', $project_id)->first();
$productItem = ProductItems::where('product_id', $product->id)->get();

Loading…
Cancel
Save