6ec24619 by 杨建斌

init

1 parent 2bc7d3e7
......@@ -178,6 +178,9 @@ class Work extends CI_Controller
if (!$ret->clientContactOutputVOS) {
$ret->clientContactOutputVOS = array();
}
if (!$ret->applyOrderVO) {
$ret->applyOrderVO = 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!