Browse Source

feat:增加方法

wangchuanjin 1 year ago
parent
commit
0d77037c14
1 changed files with 1 additions and 1 deletions
  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)