@ -23,7 +23,7 @@ class FinancialSummaryController extends AdminController
public function index($p=1)
{
if(!array_key_exists("year",$_REQUEST) || !array_key_exists("type",$_REQUEST)){
$this->redirect(ACTION_NAME, array('year' => date('Y',time()),"type"=>2));
$this->redirect(ACTION_NAME, array('year' => date('Y',time()),"type"=>3));
}
if(!IS_ROOT){
$this->OpAuthList= getModuleControllerAuth();
@ -72,9 +72,9 @@
</div>
<div class="input-list input-list-resway search_label_rehab">
<select id="type" name="type" class="select_gallery" style="width:150px;">
<option value="2" <if condition="I('type') && I('type') eq 2">selected
</if> >不包含绑币</option>
<option value="3" <if condition="I('type') && I('type') eq 3">selected
</if> >包含绑币</option>
</select>