Explorar o código

已取消的工单显示-debug

whitefang hai 1 ano
pai
achega
457dbdbb53
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/adminapi/lists/works/ServiceWorkLists.php

+ 2 - 0
app/adminapi/lists/works/ServiceWorkLists.php

@@ -91,6 +91,8 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
         }
         if($this->params['work_pay_status'] == ''){
             $where[] = ['work_pay_status','>',0];
+        }else{
+            $where[] = ['work_pay_status','=',$this->params['work_pay_status']];
         }
         return $where;
     }