浏览代码

完善功能

gorden 7 月之前
父节点
当前提交
6bcd074ce7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';
         }