feat : sku

This commit is contained in:
2025-03-27 15:01:12 +08:00
parent fb8fb12c7f
commit 08397f9ea8
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ class Spu extends Model
->where('type',$type)
->where('saleable',GoodCode::LISTING)
->orderBy('sort')
->select(['id','cycle_id','chef_id','title','title','sub_title','category_id','occupied'])
->select(['id','cycle_id','chef_id','title','title','sub_title','category_id'])
->get();
}