正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -88,8 +88,9 @@ class HotMail { | @@ -88,8 +88,9 @@ class HotMail { | ||
88 | } | 88 | } |
89 | // 是否在 预热邮箱中 | 89 | // 是否在 预热邮箱中 |
90 | if($this->db->count('select count(*) from `hot_mail` where '.dbWhere($w))){ | 90 | if($this->db->count('select count(*) from `hot_mail` where '.dbWhere($w))){ |
91 | - echo date('d H:i:s').' ==》 '.$item['id']."\n"; | ||
92 | - $this->db->update(listsSql::$table,['is_hots'=>1],dbWhere(['id'=>$item['id']])); | 91 | + |
92 | + $ret = $this->db->update(listsSql::$table,['is_hots'=>1],dbWhere(['id'=>$item['id']])); | ||
93 | + echo date('d H:i:s').' ==》 '.$item['id'].':'.$ret."\n"; | ||
93 | } | 94 | } |
94 | } | 95 | } |
95 | } | 96 | } |
-
请 注册 或 登录 后发表评论