master
cody 4 months ago
parent ddee77deaa
commit fe3c27cb67

@ -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,

Loading…
Cancel
Save