6
0
Fork 0

growth_value

base
panliang 2022-07-21 11:33:50 +08:00
parent 950368f495
commit 3b6f71bdcd
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class OrderProfitResource extends JsonResource
'phone' => $this->fromUser?->phone
]),
'growth_value' => (int)$this->growth_value,
'growth_value' => (float)$this->growth_value,
'ratio' => $this->ratio,
'money' => (int)$this->money,
'sub_money' => (int)$this->sub_money,