0b9c37d1 by wang

init

1 parent b31f721a
......@@ -21,9 +21,9 @@ class Finance extends CI_Controller {
$this->load->view('finance/makeLoan');
}
public function addtime()
public function addtime($id)
{
$this->load->view('finance/addtime');
$this->load->view('finance/addtime',$id);
}
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!