init
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -178,6 +178,9 @@ class Work extends CI_Controller | ... | @@ -178,6 +178,9 @@ class Work extends CI_Controller |
| 178 | if (!$ret->clientContactOutputVOS) { | 178 | if (!$ret->clientContactOutputVOS) { |
| 179 | $ret->clientContactOutputVOS = array(); | 179 | $ret->clientContactOutputVOS = array(); |
| 180 | } | 180 | } |
| 181 | if (!$ret->applyOrderVO) { | ||
| 182 | $ret->applyOrderVO = array(); | ||
| 183 | } | ||
| 181 | $data = array( | 184 | $data = array( |
| 182 | 'clientInfoOutputVO'=>$ret->clientInfoOutputVO, | 185 | 'clientInfoOutputVO'=>$ret->clientInfoOutputVO, |
| 183 | 'clientUnitOutputVO'=>$ret->clientUnitOutputVO, | 186 | 'clientUnitOutputVO'=>$ret->clientUnitOutputVO, | ... | ... |
-
Please register or sign in to post a comment