e996ac2f by yangjianbin

init

1 parent 29c9cb1e
...@@ -242,7 +242,7 @@ class Work extends CI_Controller ...@@ -242,7 +242,7 @@ class Work extends CI_Controller
242 $getSecondCheckResult = file_get_contents($getSecondCheckUrl); 242 $getSecondCheckResult = file_get_contents($getSecondCheckUrl);
243 $getSecondCheckResult = json_decode($getSecondCheckResult); 243 $getSecondCheckResult = json_decode($getSecondCheckResult);
244 $getSecondCheck = $getSecondCheckResult->data; 244 $getSecondCheck = $getSecondCheckResult->data;
245 $data['getSecoundCheck'] = $getSecondCheck; 245 $data['getSecondCheck'] = $getSecondCheck;
246 246
247 $this->load->view('work/审批/终审意见', $data); 247 $this->load->view('work/审批/终审意见', $data);
248 }else{ 248 }else{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!