6
0
Fork 0

Merge branch 'develop' of gitee.com:zi-chunsheng-e-commerce/mall-server into 1.x

release
李静 2022-02-23 13:27:34 +08:00
commit 5b1ee373c3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class DealerPurchaseSubsidyResource extends JsonResource
public function toArray($request)
{
return [
'id' => $this->id,
'total_purchase_amount' => $this->total_purchase_amount,
'total_subsidy' => $this->total_subsidy,
'total_amount' => $this->total_amount,