feat : check
This commit is contained in:
@@ -143,7 +143,7 @@ class CateringService extends CateringBaseService
|
||||
->where('cycle_id', $this->cycleId)
|
||||
->where('type',OrderCode::ORDER_TYPE_MEAL)
|
||||
->where('status',OrderCode::PAYED)
|
||||
->pluck('order_id')
|
||||
->pluck('id')
|
||||
->toArray();
|
||||
|
||||
$totalCopies = $this->orderGoodModel
|
||||
|
||||
Reference in New Issue
Block a user