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

 

相关文章:

  • 2021-05-11
  • 2022-02-10
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-29
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
  • 2021-10-16
相关资源
相似解决方案