|
|
|
@ -2645,6 +2645,7 @@ class ExportController extends Controller
|
|
|
|
|
$allDatas['spend_amount'] = $spend;
|
|
|
|
|
$allDatas['deposit_amount'] = $deposit;
|
|
|
|
|
$allDatas['coin_amount'] = $promoteCoin;
|
|
|
|
|
checkEncryptionAuth($allDatas['user_account'],'valueDetail');
|
|
|
|
|
mb_convert_variables('GBK', 'UTF-8', $allDatas);
|
|
|
|
|
fputcsv($fp, $allDatas);
|
|
|
|
|
}
|
|
|
|
@ -4151,7 +4152,7 @@ class ExportController extends Controller
|
|
|
|
|
$xlsName = $_REQUEST['xlsname'];
|
|
|
|
|
$data = $data['data'];
|
|
|
|
|
foreach ($data as $key => $value) {
|
|
|
|
|
checkEncryptionAuth($data[$key]['user_account'],'deposit_lists');
|
|
|
|
|
checkEncryptionAuth($data[$key]['user_account'],'BindRechargeRecordExport');
|
|
|
|
|
$data[$key]['pay_way'] = get_pay_way($value['pay_way']);
|
|
|
|
|
$data[$key]['create_time'] = date('Y-m-d H:i:s',$value['create_time']);
|
|
|
|
|
if ($value['pay_status'] == 1) {
|
|
|
|
|