推广平台>财务管理>结算中心--更新

master
chenxiaojun 5 years ago
commit 70b68d3ade

@ -233,7 +233,7 @@ class FinanceController extends BaseController
foreach ($months as $month) { foreach ($months as $month) {
$data['begin_time'] = strtotime($month); $data['begin_time'] = strtotime($month);
$data['end_time'] = strtotime('+1 month', $data['begin_time']) - 1; $data['end_time'] = strtotime('+1 month', $data['begin_time']) - 1;
$balance = bcadd($balance, $withdrawModel->$fun($promote, $data)); $balance = bcadd($balance, $withdrawModel->$fun($promote, $data), 2);
} }
} }

Loading…
Cancel
Save