81ecd19b by wang

init

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