fix
This commit is contained in:
@@ -138,7 +138,6 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
|
||||
raw := l.svcCtx.MysqlConn.Raw(sqlstr)
|
||||
|
||||
if raw.Error != nil {
|
||||
|
||||
if raw.Error == gorm.ErrRecordNotFound {
|
||||
continue
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user