pull/145/head
zhaoshichen 6 years ago
parent 80c59fd1e7
commit 28402a310f
  1. 2
      doc/wiki-cn/database-mysql.md

@ -117,7 +117,7 @@ func (d *Dao) Close() {
func (d *Dao) GetDemo(c context.Context, did int64) (demo int8, err error) {
err = d.db.QueryRow(c, _getDemoSQL, did).Scan(&demo)
if err != nil && err != sql.ErrNoRows {
log.Error("d.managerDB.Query error(%v)", err)
log.Error("d.GetDemo.Query error(%v)", err)
return
}
return demo, nil

Loading…
Cancel
Save