@@ -293,7 +293,7 @@ func NewMyUserInfoByEntUserId(Mgo *MongodbSim, Mysql *Mysql, userId string) (*Us
}
if user == nil || len(*user) == 0 {
logger.Error(userId, "没有找到该用户信息")
- return nil
+ return nil, nil
ui := NewUserInfo(*user, 0)
ui.Id = userId