|
@@ -77,6 +77,7 @@ public class ExpertInviteManage { |
|
|
.select(ExpertUserFullInfo::getUserId, |
|
|
.select(ExpertUserFullInfo::getUserId, |
|
|
ExpertUserFullInfo::getId, |
|
|
ExpertUserFullInfo::getId, |
|
|
ExpertUserFullInfo::getCompany, |
|
|
ExpertUserFullInfo::getCompany, |
|
|
|
|
|
ExpertUserFullInfo::getExpertName, |
|
|
ExpertUserFullInfo::getPhoneNo) |
|
|
ExpertUserFullInfo::getPhoneNo) |
|
|
.eq(ExpertUserFullInfo::getExpertAccountStatus, ExpertAccountStatusEnum.AVAILABLE.getKey()); |
|
|
.eq(ExpertUserFullInfo::getExpertAccountStatus, ExpertAccountStatusEnum.AVAILABLE.getKey()); |
|
|
} |
|
|
} |
|
|