正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -112,6 +112,7 @@ class AutoMail { | @@ -112,6 +112,7 @@ class AutoMail { | ||
112 | if(!$this->db->count("select count(*) from `lists_auto` where `list_id` = ".$item['id'])){ | 112 | if(!$this->db->count("select count(*) from `lists_auto` where `list_id` = ".$item['id'])){ |
113 | echo "插入数据 ".$item['id'].'==>'.$this->db->create('lists_auto',['list_id'=>$item['id']],false).'==>'.$haystack."\n"; | 113 | echo "插入数据 ".$item['id'].'==>'.$this->db->create('lists_auto',['list_id'=>$item['id']],false).'==>'.$haystack."\n"; |
114 | } | 114 | } |
115 | + break; | ||
115 | } | 116 | } |
116 | } | 117 | } |
117 | } | 118 | } |
-
请 注册 或 登录 后发表评论