...
|
...
|
@@ -88,8 +88,9 @@ class HotMail { |
|
|
}
|
|
|
// 是否在 预热邮箱中
|
|
|
if($this->db->count('select count(*) from `hot_mail` where '.dbWhere($w))){
|
|
|
echo date('d H:i:s').' ==》 '.$item['id']."\n";
|
|
|
$this->db->update(listsSql::$table,['is_hots'=>1],dbWhere(['id'=>$item['id']]));
|
|
|
|
|
|
$ret = $this->db->update(listsSql::$table,['is_hots'=>1],dbWhere(['id'=>$item['id']]));
|
|
|
echo date('d H:i:s').' ==》 '.$item['id'].':'.$ret."\n";
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|