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