Commit 8bf266d9cc2457dcac7452b2475da16fcd69a9c0

Authored by 陆恒
1 parent 5f1e009e
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/mysql/dbmysql.go
... ... @@ -199,6 +199,7 @@ func QueryInvite(uuid int) ([]QuerInviteDesc,error){
199 199 for rows.Next() {
200 200  
201 201 err = rows.Scan(&rtslice[k].NickName, &rtslice[k].HeadUrl) //不scan会导致连接不释放
  202 + logger.Info("QueryInvite rtslice=%v",rtslice)
202 203 if err != nil {
203 204 logger.Error("Scan failed,err:%v", err)
204 205 continue
... ...