master
chenzhi 5 years ago
parent 98f2711f86
commit 027b1f2c08

@ -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(

Loading…
Cancel
Save