From 027b1f2c08dfaf38c9e161f122f505582ec0f5c1 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 11 Aug 2020 15:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6ma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/CompanyStatementPoolController.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementPoolController.class.php b/Application/Admin/Controller/CompanyStatementPoolController.class.php index b3e48bd6f..0efd42f8d 100644 --- a/Application/Admin/Controller/CompanyStatementPoolController.class.php +++ b/Application/Admin/Controller/CompanyStatementPoolController.class.php @@ -783,12 +783,10 @@ class CompanyStatementPoolController extends ThinkController $this->ajaxReturn(array('status' => 0,"info"=>"重算失败")); } } - M()->commit(); - //重新计算 $stime = $info['statement_end_time']-0+1; $type = $info['withdraw_type']; - + A("CompanyStatementSet")->promoteUserPool($type,$stime,true); M()->commit(); $this->ajaxReturn(array(