feat : check

This commit is contained in:
2025-04-01 15:28:06 +08:00
parent ac9bfe1b92
commit 47ccc631d9

View File

@@ -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