8b71551b by yangjianbin

init

1 parent cf92adc9
......@@ -179,6 +179,9 @@ class Work extends CI_Controller
if (!$ret->clientContactOutputVOS) {
$ret->clientContactOutputVOS = array();
}
if (!$ret->clientInfoOutputVO) {
$ret->clientInfoOutputVO = array();
}
if (!$ret->orderVO) {
$ret->orderVO = array();
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!