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