提交 dbe1c29c 编写于 作者: D devil_gong

细节优化

上级 44b1d3bc
......@@ -216,7 +216,7 @@ class GoodsService
$temp = self::GoodsCategoryItemsIds($data, $is_enable);
if(!empty($temp))
{
$data = array_merge($data, $temp);
$data = array_merge($ids, $data, $temp);
}
}
return $data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册