作者 邓超

x

@@ -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 }