提交 e6fd1907 编写于 作者: D Devil

首页手动模式下商品缺失修复

上级 270bb2ce
......@@ -162,6 +162,8 @@ class SiteService
['is_shelves', '=', 1],
],
'field' => 'id,title,images',
'm' => 0,
'n' => 0,
]);
// 使用商品id作为key返回
$goods = empty($ret['data']) ? [] : array_column($ret['data'], null, 'id');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册