a934ff23 by yangjianbin

init

1 parent 822b5b82
...@@ -106,6 +106,12 @@ class Work extends CI_Controller ...@@ -106,6 +106,12 @@ class Work extends CI_Controller
106 $ret = $json->data; 106 $ret = $json->data;
107 // print_r($ret);exit; 107 // print_r($ret);exit;
108 // var_dump($ret);exit; 108 // var_dump($ret);exit;
109 if (!$ret->clientUnitOutputVO) {
110 $ret->clientUnitOutputVO = array();
111 }
112 if (!$ret->clientContactOutputVOS) {
113 $ret->clientContactOutputVOS = array();
114 }
109 $data = array( 115 $data = array(
110 'clientInfoOutputVO'=>$ret->clientInfoOutputVO, 116 'clientInfoOutputVO'=>$ret->clientInfoOutputVO,
111 'clientUnitOutputVO'=>$ret->clientUnitOutputVO, 117 'clientUnitOutputVO'=>$ret->clientUnitOutputVO,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!