gorden 7 miesięcy temu
rodzic
commit
6bcd074ce7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/admin/controller/order/DishesController.php

+ 1 - 1
app/admin/controller/order/DishesController.php

@@ -37,7 +37,7 @@ class DishesController extends Curd{
 
         $order = $request->get('order', 'desc');
         $field = $field ?? 'order_addtimes';
-        $where['order_category'] = 'DISHES';
+        // $where['order_category'] = 'DISHES';
         if (!empty($where['order_status_system']) && in_array($where['order_status_system'], ['PENDING', 'WAITING', 'SENDING', 'RECVING', 'SIGNED', 'CONFIRM'])) {
             $where['order_is_complete'] = 'N';
         }