From be95eedcb4dd2578da8efb6095d2cb5b503a5ff8 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Thu, 6 Jun 2024 16:06:50 +0800 Subject: [PATCH] update --- app/adminapi/lists/cost_project/CostApprovedProjectLists.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/adminapi/lists/cost_project/CostApprovedProjectLists.php b/app/adminapi/lists/cost_project/CostApprovedProjectLists.php index c9840c874..00401f078 100644 --- a/app/adminapi/lists/cost_project/CostApprovedProjectLists.php +++ b/app/adminapi/lists/cost_project/CostApprovedProjectLists.php @@ -66,7 +66,6 @@ return MarketingContract::where($this->searchWhere)->where([ ['review_status','=', 1], ['contract_type','=',0], - ['business_nature','=',4] ]) ->where('status', $status) ->limit($this->limitOffset, $this->limitLength) @@ -132,7 +131,6 @@ return MarketingContract::where($this->searchWhere)->where('status', $status)->where([ ['review_status','=', 1], ['contract_type','=',0], - ['business_nature','=',4] ])->count(); }