From 02f3422077b61f8e27cb3bf33312251ace1e313b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Fri, 18 Feb 2022 15:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E6=94=B6=E7=9B=8A=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=98=E6=9B=B4=E9=94=80=E5=94=AE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Api/Http/Resources/DistributionPreIncomeLogResource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Endpoint/Api/Http/Resources/DistributionPreIncomeLogResource.php b/app/Endpoint/Api/Http/Resources/DistributionPreIncomeLogResource.php index bae219ee..5b6fe656 100644 --- a/app/Endpoint/Api/Http/Resources/DistributionPreIncomeLogResource.php +++ b/app/Endpoint/Api/Http/Resources/DistributionPreIncomeLogResource.php @@ -16,6 +16,7 @@ class DistributionPreIncomeLogResource extends JsonResource { return [ 'remarks' => $this->remarks, + 'change_sales_value' => $this->change_sales_value, 'change_amount' => $this->change_amount, 'change_revenue'=> $this->change_revenue, 'created_at' => $this->created_at->toDateTimeString(),