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