Jelajahi Sumber

订单列表优化

wufeng 2 tahun lalu
induk
melakukan
c01919dd42
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);