|
|
|
@ -129,7 +129,7 @@ class Index extends CI_Controller {
|
|
|
|
|
$tostring = "'".$tostring."'";
|
|
|
|
|
|
|
|
|
|
if(!empty($tostring)){
|
|
|
|
|
$tomail = $this->ding_value_model->all_email($tostring);
|
|
|
|
|
$tomail = $this->ding_value_model->all_email($tostring)['0']->ddu_Email;
|
|
|
|
|
}else{
|
|
|
|
|
$tomail = null;
|
|
|
|
|
}
|
|
|
|
|