| 
						
						
							
								
							
						
						
					 | 
					@ -141,16 +141,20 @@ public class CodeServiceImpl implements CodeService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							if(CodeConstant.RESI.equals(formDTO.getClientType())) { | 
					 | 
					 | 
							if(CodeConstant.RESI.equals(formDTO.getClientType())) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								resiName = getNickName(authInfo.getAuthorizerAppid()); | 
					 | 
					 | 
								resiName = getNickName(authInfo.getAuthorizerAppid()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								AuthorizationInfoDTO workAuthInfo = authorizationInfoDao.getAuthInfoByCustomer(formDTO.getCustomerId(), CodeConstant.WORK); | 
					 | 
					 | 
								AuthorizationInfoDTO workAuthInfo = authorizationInfoDao.getAuthInfoByCustomer(formDTO.getCustomerId(), CodeConstant.WORK); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
								if (null != workAuthInfo) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									workName = getNickName(workAuthInfo.getAuthorizerAppid()); | 
					 | 
					 | 
									workName = getNickName(workAuthInfo.getAuthorizerAppid()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								miniInfoDao.updateNickName(formDTO.getCustomerId(), formDTO.getClientType(), resiName); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									miniInfoDao.updateNickName(formDTO.getCustomerId(), CodeConstant.WORK, workName); | 
					 | 
					 | 
									miniInfoDao.updateNickName(formDTO.getCustomerId(), CodeConstant.WORK, workName); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
								} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
								miniInfoDao.updateNickName(formDTO.getCustomerId(), formDTO.getClientType(), resiName); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							} else { | 
					 | 
					 | 
							} else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								workName = getNickName(authInfo.getAuthorizerAppid()); | 
					 | 
					 | 
								workName = getNickName(authInfo.getAuthorizerAppid()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								AuthorizationInfoDTO resiAuthInfo = authorizationInfoDao.getAuthInfoByCustomer(formDTO.getCustomerId(), CodeConstant.RESI); | 
					 | 
					 | 
								AuthorizationInfoDTO resiAuthInfo = authorizationInfoDao.getAuthInfoByCustomer(formDTO.getCustomerId(), CodeConstant.RESI); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
								if (null != resiAuthInfo) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									resiName = getNickName(resiAuthInfo.getAuthorizerAppid()); | 
					 | 
					 | 
									resiName = getNickName(resiAuthInfo.getAuthorizerAppid()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								miniInfoDao.updateNickName(formDTO.getCustomerId(), formDTO.getClientType(), workName); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
									miniInfoDao.updateNickName(formDTO.getCustomerId(), CodeConstant.RESI, resiName); | 
					 | 
					 | 
									miniInfoDao.updateNickName(formDTO.getCustomerId(), CodeConstant.RESI, resiName); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
								} | 
					 | 
					 | 
								} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
								miniInfoDao.updateNickName(formDTO.getCustomerId(), formDTO.getClientType(), workName); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
							} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							//获取小程序居民端与工作端名称
 | 
					 | 
					 | 
							//获取小程序居民端与工作端名称
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
							String extJson = getExtJson(formDTO); | 
					 | 
					 | 
							String extJson = getExtJson(formDTO); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |