2bc7d3e7 by 杨建斌

init

1 parent e0227f0d
......@@ -170,13 +170,14 @@ class Work extends CI_Controller
$result = file_get_contents($url);
$json = json_decode($result);
$ret = $json->data;
$data = array();
if($ret){
if (!$ret->clientUnitOutputVO) {
$ret->clientUnitOutputVO = array();
}
if (!$ret->clientContactOutputVOS) {
$ret->clientContactOutputVOS = array();
}
$data = array(
'clientInfoOutputVO'=>$ret->clientInfoOutputVO,
'clientUnitOutputVO'=>$ret->clientUnitOutputVO,
......@@ -184,6 +185,7 @@ class Work extends CI_Controller
'applyOrderVO'=>$ret->applyOrderVO,
'id'=>$id
);
}
switch ($state) {
case 1:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!