|
|
@ -668,7 +668,7 @@ public class UserServiceImpl extends BaseServiceImpl<UserDao, UserEntity> implem |
|
|
|
} |
|
|
|
String idNo = baseDao.getPartyMemberIdNoByUserID(userId); |
|
|
|
if (StringUtils.isBlank(idNo)) { |
|
|
|
return new Result<EpdcPartyMemberDetailDto>().error("用户不是党员或身份证号为空"); |
|
|
|
return new Result<EpdcPartyMemberDetailDto>().error("用户身份证号为空"); |
|
|
|
} |
|
|
|
EpdcPartyMemberDetailDto dto = baseDao.partyMemberDetailByUserId(userId); |
|
|
|
if (dto == null) { |
|
|
|