推广后台->财务管理->结算明细--更新

master
chenxiaojun 5 years ago
parent 0dcb2a2014
commit c81abece71

@ -197,7 +197,7 @@ class FinanceController extends BaseController
$count = $model->where($map)->count(); $count = $model->where($map)->count();
//提现状态 //提现状态
$withdrawIds = []; $withdrawIds = [0];
foreach ($data as $key => $value) { foreach ($data as $key => $value) {
if ($value['withdraw_id'] > 0 && !in_array($value['withdraw_id'], $withdrawIds)) { if ($value['withdraw_id'] > 0 && !in_array($value['withdraw_id'], $withdrawIds)) {
$withdrawIds[] = $value['withdraw_id']; $withdrawIds[] = $value['withdraw_id'];

Loading…
Cancel
Save