细节优化

feat/task1-c-wallet
devil_gong 2019-07-25 20:35:17 +08:00
parent 44b1d3bc1a
commit dbe1c29c0c
1 changed files with 1 additions and 1 deletions

View File

@ -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;