|
@@ -312,7 +312,7 @@ public class LoginServiceImpl implements LoginService {
|
|
}
|
|
}
|
|
// 会员机构类型:1医美,2生
|
|
// 会员机构类型:1医美,2生
|
|
if (loginUser.getUserIdentity() == 2) {
|
|
if (loginUser.getUserIdentity() == 2) {
|
|
- Integer clubType = loginMapper.getClubTypeById(loginUser.getClubId());
|
|
|
|
|
|
+ Integer clubType = loginMapper.getClubTypeById(loginUser.getUserId());
|
|
loginUser.setFirstClubType(clubType);
|
|
loginUser.setFirstClubType(clubType);
|
|
}
|
|
}
|
|
// 机构超级会员
|
|
// 机构超级会员
|