e996ac2f by yangjianbin

init

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