$productItem = StandardProductItemModel::query() ->whereIn('sku_id', $skuIdArr) ->where('status', '>', '-1') ->pluck('product_item_id')->toArray();
$productItem = StandardProductItemModel::query() ->whereIn('sku_id', $skuIdArr) ->where('status', '>', '-1') ->pluck('product_item_id')->toArray();