提交 aace5ca8 编写于 作者: T Terry

appserver home page

上级 98769baa
......@@ -108,8 +108,10 @@ class HomeController extends AppserverController
public function getProductBySkus($skus)
{
$productPrimaryKey = Yii::$service->product->getPrimaryKey();
if (is_array($skus) && !empty($skus)) {
$filter['select'] = [
$productPrimaryKey,
'sku', 'spu', 'name', 'image',
'price', 'special_price',
'special_from', 'special_to',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册