xie135400

Results 2 issues of xie135400

UPDATE `option_log` T0 SET T0.`method` = ? WHERE T0.`id` = ? 这样的sql解析失败

beego代码 o.QueryTable("option_log").Filter("id",49863).Update(orm.Params{"method":"GET"}) 报错 Error 1105: parse sql "UPDATE `option_log` T0 SET T0.`method` = ? WHERE T0.`id` = ? " error ,kingshard报错 2019/08/30 07:34:51 - ERROR - conn.go:[308] - [ClientConn] "Run"...