|
@@ -307,7 +307,7 @@ class FinanceController extends BaseController {
|
|
|
'REMARK' => 'REMARK',
|
|
'REMARK' => 'REMARK',
|
|
|
]);
|
|
]);
|
|
|
$form = new FinanceExportForm();
|
|
$form = new FinanceExportForm();
|
|
|
- $result = $form->run($filter, '转账列表');
|
|
|
|
|
|
|
+ $result = $form->run($filter, 'Transfer_List'); // 转账列表
|
|
|
if (!$result) {
|
|
if (!$result) {
|
|
|
return static::notice(Form::formatErrorsForApi($form->getErrors()), 400);
|
|
return static::notice(Form::formatErrorsForApi($form->getErrors()), 400);
|
|
|
}
|
|
}
|
|
@@ -473,7 +473,7 @@ class FinanceController extends BaseController {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
$form = new FinanceExportForm();
|
|
$form = new FinanceExportForm();
|
|
|
- $result = $form->run($filter, '提现申请');
|
|
|
|
|
|
|
+ $result = $form->run($filter, 'Withdraw_Apply'); // 提现申请
|
|
|
if (!$result) {
|
|
if (!$result) {
|
|
|
return static::notice(Form::formatErrorsForApi($form->getErrors()), 400);
|
|
return static::notice(Form::formatErrorsForApi($form->getErrors()), 400);
|
|
|
}
|
|
}
|
|
@@ -1121,7 +1121,7 @@ class FinanceController extends BaseController {
|
|
|
'CREATED_AT' => 'R.CREATED_AT',
|
|
'CREATED_AT' => 'R.CREATED_AT',
|
|
|
]);
|
|
]);
|
|
|
$form = new FinanceExportForm();
|
|
$form = new FinanceExportForm();
|
|
|
- $result = $form->run($filter, '充值申请');
|
|
|
|
|
|
|
+ $result = $form->run($filter, 'Recharge'); // 充值申请
|
|
|
if (!$result) {
|
|
if (!$result) {
|
|
|
return static::notice(Form::formatErrorsForApi($form->getErrors()), 400);
|
|
return static::notice(Form::formatErrorsForApi($form->getErrors()), 400);
|
|
|
}
|
|
}
|