From ff623034c2cbe126b8d41c5c3347bccd1b78e95a Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 5 Jun 2023 14:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E6=B7=BB=E5=8A=A0=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/store/product/Product.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/common/model/store/product/Product.php b/app/common/model/store/product/Product.php index 21e9b6e4..1462a635 100644 --- a/app/common/model/store/product/Product.php +++ b/app/common/model/store/product/Product.php @@ -37,6 +37,8 @@ class Product extends BaseModel protected $deleteTime = 'is_del'; protected $defaultSoftDelete = 0; + protected $updateTime = true; + const IS_SHOW = 1; //上架 const IS_NOT_SHOW = 0; //下架