正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论