gpt4 book ai didi

Go - 在查询周围使用 if 语句时出错

转载 作者:IT王子 更新时间:2023-10-29 02:23:21 25 4
gpt4 key购买 nike

<分区>

我正在尝试运行它 - 这在 PHP 中运行良好但在 Go 中我收到错误:

if strings.EqualFold(update_status, "live") {
stmt, err := dbmap.Prepare(
"UPDATE Apps SET version=?,deploy_status=?,status=?,live_date=? WHERE id=?")
} else {
stmt, err := dbmap.Prepare(
"UPDATE Apps SET version=?,deploy_status=?,status=? WHERE id=?")
}

我收到错误 controllers/apps.go:1095: undefined: stmt in stmt.Exec

我怎样才能改变它才能正常工作?

谢谢

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com