From fe3c27cb67108128821fa3d3e54a8cb2b5851fbf Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Sun, 10 Aug 2025 10:26:06 +0800 Subject: [PATCH] update --- app/Http/Controllers/Admin/SupplyDemandController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Admin/SupplyDemandController.php b/app/Http/Controllers/Admin/SupplyDemandController.php index aeb55d0..018b1a9 100755 --- a/app/Http/Controllers/Admin/SupplyDemandController.php +++ b/app/Http/Controllers/Admin/SupplyDemandController.php @@ -267,6 +267,7 @@ class SupplyDemandController extends BaseController $interactionGrowthRate = $this->calculateGrowthRate($interactionCount, $prevInteractionCount); return $this->success([ + 'supplyDemand' => $supplyDemand, 'supply_demand_count' => $supplyDemandCount, 'prev_supply_demand_count' => $prevSupplyDemandCount, 'supply_demand_growth_rate' => $supplyDemandGrowthRate,