月结统计导出bug修正

master
zyx 5 years ago
parent b42f621dbc
commit 1d59721ee2

@ -43,7 +43,7 @@
<div class="input-list">
<a class="sch-btn" href="javascript:history.go(-1)" style="background:#fff;color: #000;border: #000 solid 1px;width: 100px">返回</a>
<a class="sch-btn" href="{:U('Export/exportGameFinance',
array('count_date'=>$_GET['count_date'],'root_id'=>$_GET['root_id'],'parent_id'=>$_GET['parent_id'],'promote_id'=>$_GET['promote_id'],false))}" style="width: 100px;border: #3C95C8 solid 1px;">导出</a>
array('count_date'=>$_GET['count_date'],'root_id'=>$_GET['root_id'],'parent_id'=>$_GET['parent_id'],'promote_id'=>$_GET['promote_id'],'game_id'=>$_REQUEST['game_id'],false))}" style="width: 100px;border: #3C95C8 solid 1px;">导出</a>
</div>
</div>
</div>

@ -93,7 +93,7 @@
<th >平台币流水</th>
<th ><if condition="$_GET['game_id'] neq ''">绑定流水<else/>内充流水</if></th>
<th ><if condition="$_GET['game_id'] neq ''">绑定流水<else/>内充流水</if></th>
<th >总流水</th>

Loading…
Cancel
Save