|
|
@ -226,6 +226,9 @@ public class UserServiceImpl extends BaseServiceImpl<UserDao, UserEntity> implem |
|
|
|
if (StringUtils.isBlank(dto.getPartyFlag()) && StringUtils.isBlank(dto.getPartyFlag().trim())) { |
|
|
|
throw new RenException("身份标识不能为空"); |
|
|
|
} |
|
|
|
if (StringUtils.isBlank(dto.getId())) { |
|
|
|
throw new RenException("id不能为空"); |
|
|
|
} |
|
|
|
String userId = dto.getId(); |
|
|
|
UserEntity findUser = this.baseDao.selectById(userId); |
|
|
|
// 手动认证为党员
|
|
|
|