소스 검색

Merge remote-tracking branch 'origin/master'

whitefang 2 년 전
부모
커밋
b811fb8a47
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/adminapi/lists/works/ServiceWorkLists.php

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

@@ -79,6 +79,7 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
             $ids[] = $goodsCategoryId;
             $where[] = ['goods_category_id','in' ,$ids];
         }
+        $where[] = ['work_pay_status','>',0];
         return $where;
     }
     /**