Browse Source

已取消的工单显示-debug

whitefang 1 year ago
parent
commit
457dbdbb53
1 changed files with 2 additions and 0 deletions
  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;
     }