Browse Source

船机修理模块已经全部匹配到接单人的信息不显示

qifengquan 1 năm trước cách đây
mục cha
commit
c1eb31577a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,2')
+            ->whereIn('status','1')
             ->where(function ($query) use ($type){
                 switch ($type){
                     case 1: