From ea733f9fb8660463f3619d6486028c772570e12d Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Tue, 23 May 2023 15:09:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=91=E4=BB=93=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/store/product/CloudProduct.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/model/store/product/CloudProduct.php b/app/common/model/store/product/CloudProduct.php index 27239f36..ec392fc4 100644 --- a/app/common/model/store/product/CloudProduct.php +++ b/app/common/model/store/product/CloudProduct.php @@ -19,7 +19,7 @@ class CloudProduct extends BaseModel public static function tablePk(): string { - return 'mer_id'; + return 'product_id'; } public static function tableName(): string