修改程序

mobile-first
cyc 5 years ago
parent 40c81f3c49
commit 1ea86e41e9

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

Loading…
Cancel
Save