0b9c37d1 by wang

init

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