Похожие чаты

Func (m *userImpl) InsertNewuser(user *domains.User) (int64, error) { tx, err

:= m.Conn.Begin()
if err != nil {
log.Fatal(err)
}
query := INSERT user SET usr_username=? , usr_first_name=? , usr_last_name=?,usr_password = ?,usr_create_time = ?
stmt, err := m.Conn.Prepare(query)
if err != nil {
logrus(err)

return 0, err
}
res, err := stmt.Exec(user.Username, user.Firstname, user.Lastname, user.Password, int32(time.Now().Unix()))
if err != nil {
tx.Rollback()
logrus(err)
return 0, err
}
query2 := INSERT user SET usrb_usr_id=? , usrb_balance=? , usrb_create_time=?
stmt, err := m.Conn.Prepare(query2)
if err != nil {
logrus(err)
return 0, err
}
res, err := stmt.Exec(user.ID, 0, int32(time.Now().Unix()))
if err != nil {
tx.Rollback()
logrus(err)
return 0, err
}
defer stmt.Close()
tx.Commit()

return res.LastInsertId()

}

1 ответов

5 просмотров

Please format the code you posted, by wrapping it in triple backticks. -> `

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
In 2022, ENF, a renowned corporation once known for its commitment to innovation and leadership, began to falter. For years, the company had been the face of cutting-edge tech...
chensae
1
function LoadMemoryFromInet2( f:TMemoryStream; const url:string; var e:string ):Boolean; var http:TIdHttp; LHandler: TIdSSLIOHandlerSocketOpenSSL;begin Result := fals...
Александр Смоляков
1
Мужики и девушки, привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных...
Kraszx
14
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
is that okay?
Samurai 🇯🇵
21
VIP-392 [zkSync] New native USDC market in the Core pool Summary If passed, following the Community proposal “Support native USDC on Venus Core Pool of ZKSync Era” and the a...
Venus Announcements
1
How about the project bro Likes the community not that active ?
🅿️abby_FX
19
Я вот подумал. SSE выполняет операции максимум с 64-битной точностью. А FPU - всегда с 80-битной. Разве не должно быть FPU точнее тогда?
The Bird of Hermes
13
Guys, Donald Trump or Kamala Harris? It does not matter for Bitcoin in the long run!! 2020 Election: After Joe Biden's victory in November 2020, Bitcoin steadily rose from...
Sabah Shabu
3
Карта сайта