コード例 #1
0
 public function ListPlaceHistory($param)
 {
     $data = parent::ListPlaceHistoryProcess($param);
     $this->render($param['render'], $data);
 }