qifengquan 1 year ago
parent
commit
9fe4ce0f6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/data/controller/api/auth/ShipEngineMaintenance.php

+ 1 - 1
app/data/controller/api/auth/ShipEngineMaintenance.php

@@ -97,7 +97,7 @@ class ShipEngineMaintenance extends Auth
         $type = $data['type'];
         $list = DataUserRepair::mk()
             ->where('is_del',1)
-            ->whereIn('status','1')
+            ->whereIn('status','1,2')
             ->where(function ($query) use ($type){
                 switch ($type){
                     case 1: