Explorar o código

feat:增加方法

wangchuanjin hai 1 ano
pai
achega
0d77037c14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      p/struct.go

+ 1 - 1
p/struct.go

@@ -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)