示例#1
0
 public function getExcel($filename = '')
 {
     $this->_beforeExport();
     return parent::getExcel($filename);
 }