a934ff23 by yangjianbin

init

1 parent 822b5b82
......@@ -106,6 +106,12 @@ class Work extends CI_Controller
$ret = $json->data;
// print_r($ret);exit;
// var_dump($ret);exit;
if (!$ret->clientUnitOutputVO) {
$ret->clientUnitOutputVO = array();
}
if (!$ret->clientContactOutputVOS) {
$ret->clientContactOutputVOS = array();
}
$data = array(
'clientInfoOutputVO'=>$ret->clientInfoOutputVO,
'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!