|
|
@ -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'];
|
|
|
|