dong025 hai 5 días
pai
achega
36b923b2da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/api/controller/Worker.php

+ 1 - 1
app/api/controller/Worker.php

@@ -207,7 +207,7 @@ class Worker extends Base
 
         $list = $scanLog->alias('sl')
             ->where('user_id', $this->userinfo['id'])
-            ->whereIn('order_status', [0, 1, 2])
+            // ->whereIn('order_status', [0, 1, 2])
             ->where($where)
             ->order('createtime desc')
             ->paginate($limit)