作者 邓超

x

... ... @@ -102,10 +102,10 @@ class HotMail {
}
}else{
if($item['is_hots']){
$ret = $this->db->update(listsSql::$table,['is_hots'=>0],dbWhere(['id'=>$item['id']]));
echo date('d H:i:s').' -==》 '.$item['id'].':'.$ret."\n";
}
// if($item['is_hots']){
// $ret = $this->db->update(listsSql::$table,['is_hots'=>0],dbWhere(['id'=>$item['id']]));
// echo date('d H:i:s').' -==》 '.$item['id'].':'.$ret."\n";
// }
}
}
}
... ...