修改go项目配置文件 读取的依旧不是配置的mysql用户名

jhin_hzz · · 1159 次点击
更多评论
你这代码也没有,环境也不说,神也帮不了你
#1
<a href="/user/fnoop" title="@fnoop">@fnoop</a> go1.14.6 darwin/amd64 使用的数据库连接是 gorm 包 。 resetRet := db.TagDB.Table(&#34;log&#34;).Where(&#34;uid IN (?) and today_dl_cnt &gt; 0 and last_dl_time &lt;= ?&#34;, uids, today.Unix()-1).Limit(len).Updates(map[string]interface{}{&#34;today_dl_cnt&#34;: 0, &#34;update_time&#34;: time.Now().Unix()}).RowsAffected
#2