feat : config

This commit is contained in:
2025-03-20 16:29:59 +08:00
parent 7be642f104
commit 66632af855
8 changed files with 138 additions and 2 deletions

View File

@@ -83,7 +83,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','is_add_staple_food'])
->get();
}
}