8b71551b by yangjianbin

init

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