3a1134ee by wang

init

1 parent 7c3358a8
......@@ -23,7 +23,10 @@ class Finance extends CI_Controller {
public function addtime($id)
{
$this->load->view('finance/addtime',$id);
$data = array(
'id'=>$id
);
$this->load->view('finance/addtime',$data);
}
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!