ed738045 by wang

init

1 parent a1e952f8
......@@ -23,10 +23,10 @@ class Finance extends CI_Controller {
public function addtime($id)
{
$data = array(
'id'=>$id
);
$this->load->view('finance/addtime',$data);
$ret = new stdClass();
$ret->id = $id;
$this->load->view('finance/addtime',$ret);
}
public function chargedetail()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!