|
@@ -247,7 +247,7 @@ func NewMyUserInfo(Mgo *MongodbSim, Base_service, Mysql *Mysql, userId string) *
|
|
|
}
|
|
|
|
|
|
//
|
|
|
-func NewMyUserInfoByEntUserId(Mgo *MongodbSim, Base_service, Mysql *Mysql, userId string) *UserInfo {
|
|
|
+func NewMyUserInfoByEntUserId(Mgo *MongodbSim, Mysql *Mysql, userId string) *UserInfo {
|
|
|
var user *map[string]interface{}
|
|
|
if IsObjectIdHex(userId) {
|
|
|
user, _ = Mgo.FindById(Mgo_User, userId, UserCollFields)
|