管理后台->推广员->结算管理->推广提现->上传汇款证明--更新

master
chenxiaojun 5 years ago
parent 4ecb391d74
commit c8281d2bb2

@ -807,7 +807,6 @@ class QueryController extends ThinkController
$downloadSave['content'] = '推广员提现订单汇款证明';
$downloadSave['file_id'] = $transferProof;
$downloadSave['size'] = $fileData['size'];
$downloadSave['parse'] = $fileData['ext'];
$downloadRes = M('document_download')->add($downloadSave);
if (!$downloadRes) {
$data['status'] = 0;

Loading…
Cancel
Save