提交 5af8b601 编写于 作者: T Terry

product model add origin mysql id

上级 0f82e092
......@@ -111,7 +111,7 @@ class Product extends ActiveRecord
'relation_sku', // 相关产品
'buy_also_buy_sku', // 买了的还买了什么
'see_also_see_sku', // 看了的还看了什么
'origin_mysql_id',
];
if (is_array(self::$_customProductAttrs) && !empty(self::$_customProductAttrs)) {
$origin = array_merge($origin, self::$_customProductAttrs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册