|  | @ -123,8 +123,8 @@ public class UserServiceImpl extends BaseServiceImpl<UserDao, UserEntity> implem | 
			
		
	
		
		
			
				
					|  |  |         //前台和后台已有实体字段不对于 需要挨个赋值
 |  |  |         //前台和后台已有实体字段不对于 需要挨个赋值
 | 
			
		
	
		
		
			
				
					|  |  |         userWechatDTO.setUserId(wxUserInfoFormDTO.getUserId()); |  |  |         userWechatDTO.setUserId(wxUserInfoFormDTO.getUserId()); | 
			
		
	
		
		
			
				
					|  |  |         userWechatDTO.setNickname(wxUserInfoFormDTO.getNickName() == null ? null : wxUserInfoFormDTO.getNickName()); |  |  |         userWechatDTO.setNickname(wxUserInfoFormDTO.getNickName() == null ? null : wxUserInfoFormDTO.getNickName()); | 
			
		
	
		
		
			
				
					
					|  |  |         userWechatDTO.setSex(Integer.parseInt(wxUserInfoFormDTO.getGender())); |  |  |         userWechatDTO.setSex(Integer.parseInt(wxUserInfoFormDTO.getGender() == null ? "0" : wxUserInfoFormDTO.getGender())); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |         userWechatDTO.setHeadImgUrl(wxUserInfoFormDTO.getAvatarUrl()); |  |  |         userWechatDTO.setHeadImgUrl(wxUserInfoFormDTO.getAvatarUrl() == null ? null : wxUserInfoFormDTO.getAvatarUrl()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |         userWechatDTO.setCountry(wxUserInfoFormDTO.getCountry() == null ? null : wxUserInfoFormDTO.getCountry()); |  |  |         userWechatDTO.setCountry(wxUserInfoFormDTO.getCountry() == null ? null : wxUserInfoFormDTO.getCountry()); | 
			
		
	
		
		
			
				
					|  |  |         userWechatDTO.setProvince(wxUserInfoFormDTO.getProvince() == null ? null : wxUserInfoFormDTO.getProvince()); |  |  |         userWechatDTO.setProvince(wxUserInfoFormDTO.getProvince() == null ? null : wxUserInfoFormDTO.getProvince()); | 
			
		
	
		
		
			
				
					|  |  |         userWechatDTO.setCity(wxUserInfoFormDTO.getCity() == null ? null : wxUserInfoFormDTO.getCity()); |  |  |         userWechatDTO.setCity(wxUserInfoFormDTO.getCity() == null ? null : wxUserInfoFormDTO.getCity()); | 
			
		
	
	
		
		
			
				
					|  | 
 |