From c5e272fb367253ff3bae4e0a93acc10580c6347a Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 4 Sep 2020 14:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/CompanyStatementController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/CompanyStatementController.class.php b/Application/Admin/Controller/CompanyStatementController.class.php index f5e6e06d0..4a42f8c3c 100644 --- a/Application/Admin/Controller/CompanyStatementController.class.php +++ b/Application/Admin/Controller/CompanyStatementController.class.php @@ -378,7 +378,7 @@ class CompanyStatementController extends ThinkController if($value['withdraw_type'] !=3) { $this->DBModel->where("id = {$value['id']} and verify_status = 0")->delete(); } else { - $this->DBModel->where("id = {$value['id']}")->delete(); + $this->DBModel->where("id = {$value['id']} and verify_status != 2")->delete(); } }