feat : rank
This commit is contained in:
@@ -45,8 +45,8 @@ class FinishService extends BaseService
|
|||||||
*/
|
*/
|
||||||
public function handle(): array
|
public function handle(): array
|
||||||
{
|
{
|
||||||
$kitchenId = (int)$this->request->input('kitchenId');
|
$kitchenId = (int)$this->request->input('kitchen_id');
|
||||||
$cycleId = (int)$this->request->input('cycleId');
|
$cycleId = (int)$this->request->input('cycle_id');
|
||||||
|
|
||||||
$orderIds = $this->orderModel
|
$orderIds = $this->orderModel
|
||||||
->where('kitchen_id', $kitchenId)
|
->where('kitchen_id', $kitchenId)
|
||||||
|
|||||||
Reference in New Issue
Block a user