|
@@ -26,5 +26,5 @@ func NewIdentityByEntUserIdLogic(ctx context.Context, svcCtx *svc.ServiceContext
|
|
|
|
|
|
// 根据企业员工id获取身份信息
|
|
|
func (l *IdentityByEntUserIdLogic) IdentityByEntUserId(in *pb.IdentityReq) (*pb.Identity, error) {
|
|
|
- return IdentityByEntUserId(entity.BaseMysql, in.Id), nil
|
|
|
+ return IdentityByEntUserId(entity.BaseMysql, &entity.Mgo, in.Id), nil
|
|
|
}
|