瀏覽代碼

订单列表优化

wufeng 2 年之前
父節點
當前提交
c01919dd42
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/youzan/controller/Index.php

+ 1 - 1
app/youzan/controller/Index.php

@@ -118,7 +118,7 @@ class Index extends Base
     public function getYzOrderList()
     {
 
-        $param = $this->request->filter('trim')->only(['item_no' => '', 'handle_status' => '', 'addtime_start' => '', 'addtime_end' => '', 'confirmer' => '', 'orderCode' => '', 'page' => 1, 'size' => 15], 'post');
+        $param = $this->request->filter('trim')->only(['item_no' => '', 'status' => '', 'addtime_start' => '', 'addtime_end' => '', 'confirmer' => '', 'orderCode' => '', 'page' => 1, 'size' => 15], 'post');
 
         return Order::getYzOrderList($param);