init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -19,7 +19,7 @@ class User extends CI_Controller { | ... | @@ -19,7 +19,7 @@ class User extends CI_Controller { |
| 19 | 'clientInfoOutputVO'=>$data->clientInfoOutputVO, | 19 | 'clientInfoOutputVO'=>$data->clientInfoOutputVO, |
| 20 | 'clientUnitOutputVO'=>$data->clientUnitOutputVO, | 20 | 'clientUnitOutputVO'=>$data->clientUnitOutputVO, |
| 21 | 'clientContactOutputVOS'=>$data->clientContactOutputVOS, | 21 | 'clientContactOutputVOS'=>$data->clientContactOutputVOS, |
| 22 | 'applyOrderVO'=>applyOrderVO | 22 | 'applyOrderVO'=>$data->applyOrderVO |
| 23 | ); | 23 | ); |
| 24 | switch ($state) { | 24 | switch ($state) { |
| 25 | case '1': | 25 | case '1': | ... | ... |
-
Please register or sign in to post a comment