From 91ba288ef7c35740d41a4def454891d4678a3a16 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Mon, 27 Dec 2021 14:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=B7=B2=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E5=94=AE=E5=90=8E=E8=BF=98=E8=83=BD=E5=8F=91=E8=B5=B7=E5=94=AE?= =?UTF-8?q?=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/OrderProduct.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Models/OrderProduct.php b/app/Models/OrderProduct.php index ac187b8e..0c4c0cae 100644 --- a/app/Models/OrderProduct.php +++ b/app/Models/OrderProduct.php @@ -35,6 +35,9 @@ class OrderProduct extends Model 'vip_discount_amount', 'reduced_amount', 'total_amount', + 'after_sale_state', + 'after_expire_at', + 'remain_quantity', ]; public function packageProducts()