| | |
| | | */ |
| | | @Override |
| | | public CommunityUserInfoVO detailUserComunity(Long userId) { |
| | | CommunityUserInfoVO communityUserInfoVO = new CommunityUserInfoVO(); |
| | | CommunityUserInfoVO communityUserInfoVO=null; |
| | | // userId = userId - 100000000l; |
| | | SysUserInputDO sysUserInputDO = sysUserInputDAO.selectById(userId); |
| | | if (!org.springframework.util.ObjectUtils.isEmpty(sysUserInputDO)) { |
| | | communityUserInfoVO = new CommunityUserInfoVO(); |
| | | BeanUtils.copyProperties(sysUserInputDO, communityUserInfoVO); |
| | | String idCard = sysUserInputDO.getIdCard(); |
| | | if (!org.springframework.util.ObjectUtils.isEmpty(idCard)) { |