feat : chef name

This commit is contained in:
2025-04-10 15:59:00 +08:00
parent a420986739
commit a8523ed797
2 changed files with 5 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ class Sku extends Model
->whereIn('spu_id',$spuIds)
->where('is_del',GoodCode::SKU_IS_NO_DEL)
->where('saleable',GoodCode::LISTING)
->where('is_add_staple_food',GoodCode::IS_NOT_ADD_STAPLE_FOOD)
// ->where('is_add_staple_food',GoodCode::IS_NOT_ADD_STAPLE_FOOD)
->orderBy('sort')
->select(['id','spu_id','title','image_ids','price','param','extra','total_stock','surplus_stock','order_num','is_add_staple_food','occupied','chef_id'])
->get();