!256 bug修复
Merge pull request !256 from 杨建炊/fix-release-1.0.0/yjc-migrate
This commit is contained in:
commit
088d7dd306
@ -132,7 +132,7 @@ class GoodsSkusController extends Controller
|
||||
return GoodsSkuResource::collection($goodsSkus)->additional($data);
|
||||
}
|
||||
|
||||
private function buildExternals($ids)
|
||||
private function buildExternals(&$ids)
|
||||
{
|
||||
$fields = implode(',', [
|
||||
'shop_id',
|
||||
@ -180,6 +180,7 @@ class GoodsSkusController extends Controller
|
||||
|
||||
$externals[$id][] = $businessOrderItem;
|
||||
}
|
||||
|
||||
return $externals;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user