细节优化
parent
44b1d3bc1a
commit
dbe1c29c0c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue