f811b2fd by yangjianbin

init

1 parent 6c67aeea
...@@ -154,7 +154,7 @@ class Work extends CI_Controller ...@@ -154,7 +154,7 @@ class Work extends CI_Controller
154 'applyOrderVO'=>$ret->applyOrderVO, 154 'applyOrderVO'=>$ret->applyOrderVO,
155 'operatorRecord'=>$ret2 155 'operatorRecord'=>$ret2
156 ); 156 );
157 // var_dump($data);exit; 157 var_dump($data);exit;
158 $this->load->view('work/资料/资料补录', $data); 158 $this->load->view('work/资料/资料补录', $data);
159 } 159 }
160 160
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!