From 7be71e7a6e7b0d7ffba03b91d9f677bb7948b8cd Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Mon, 14 Feb 2022 11:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=B9=E9=9B=B6=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=BA=93=E5=AD=98=E5=8F=98=E5=8A=A8=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Api/Http/Resources/Dealer/UserProductLogResource.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Endpoint/Api/Http/Resources/Dealer/UserProductLogResource.php b/app/Endpoint/Api/Http/Resources/Dealer/UserProductLogResource.php index e92bedb7..e5d39a51 100644 --- a/app/Endpoint/Api/Http/Resources/Dealer/UserProductLogResource.php +++ b/app/Endpoint/Api/Http/Resources/Dealer/UserProductLogResource.php @@ -18,7 +18,6 @@ class UserProductLogResource extends JsonResource return [ 'id' => $this->id, 'product_name'=> $this->product?->name, - 'type'=> $this->type, 'remark' => $this->remark, 'qty' => (in_array($this->type, [ DealerUserProductLog::TYPE_ORDER_IN,