feat : refund
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user