소스 검색

已取消的工单显示-debug

whitefang 1 년 전
부모
커밋
457dbdbb53
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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'] == ''){
         if($this->params['work_pay_status'] == ''){
             $where[] = ['work_pay_status','>',0];
             $where[] = ['work_pay_status','>',0];
+        }else{
+            $where[] = ['work_pay_status','=',$this->params['work_pay_status']];
         }
         }
         return $where;
         return $where;
     }
     }