feat : order list
This commit is contained in:
@@ -334,7 +334,7 @@ class CateringService extends CateringBaseService
|
||||
->where('site_id', $this->siteInfo->id)
|
||||
->where('cycle_id', $this->cycleId)
|
||||
->where('type',OrderCode::ORDER_TYPE_OPTIONAL)
|
||||
->where('status',OrderCode::PAYED)
|
||||
->whereIn('status',[OrderCode::PAYED,OrderCode::PLAN])
|
||||
->orderBy('id')
|
||||
->select(['id','cycle_id','order_sno','user_id','copies'])
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user