if_,err:=session.Exec("UPDATE history_alert_event SET event_note = ?, processor_uid = ? WHERE hash_id = ?",note,uid,hashId);err!=nil{
if_,err:=session.Exec("UPDATE history_alert_event SET event_note = ?, processor_uid = ? WHERE hash_id = ? ORDER BY id DESC LIMIT 1",note,uid,hashId);err!=nil{