소스 검색

feat:增加方法

wangchuanjin 1 년 전
부모
커밋
0d77037c14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)