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