init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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{ | ... | ... |
-
Please register or sign in to post a comment