feat : refund

This commit is contained in:
2025-03-27 11:23:36 +08:00
parent c4bc83f9e2
commit fb8fb12c7f
3 changed files with 19 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'])
->select(['id','cycle_id','chef_id','title','title','sub_title','category_id','occupied'])
->get();
}