作者 邓超

x

@@ -178,7 +178,7 @@ class syncMail { @@ -178,7 +178,7 @@ class syncMail {
178 } 178 }
179 if(stripos($haystack,$str)!==false){ 179 if(stripos($haystack,$str)!==false){
180 if(!$this->db->count("select count(*) from `lists_auto` where `list_id` = ".$id)){ 180 if(!$this->db->count("select count(*) from `lists_auto` where `list_id` = ".$id)){
181 - echo "插入数据 ".$id.'==>'.$this->db->create('lists_auto',['list_id'=>$id],false).'==>'.$haystack."\n"; 181 + $this->db->create('lists_auto',['list_id'=>$id],false);
182 } 182 }
183 break; 183 break;
184 } 184 }