| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -1481,7 +1481,6 @@ public class ResiGroupServiceImpl extends BaseServiceImpl<ResiGroupDao, ResiGrou | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							if (ler != null) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setAuditStatus(ler.getAuditStatus()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setRemark(ler.getRemark()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setPartyOrgId(ler.getPartyOrgId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							if (ler != null && GroupAuditStatusConstant.UNDER_AUDITING.equals(ler.getAuditStatus())) { | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -1489,13 +1488,14 @@ public class ResiGroupServiceImpl extends BaseServiceImpl<ResiGroupDao, ResiGrou | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setGroupHeadPhoto(ler.getGroupHeadPhoto()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setGroupName(ler.getGroupName()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setGroupIntroduction(ler.getGroupIntroduction()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setPartyOrgId(ler.getPartyOrgId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							} else { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								// 不在审核中,直接显示组信息
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								ResiGroupEntity resiGroupEntity = resiGroupDao.selectById(groupId); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								if (resiGroupEntity == null) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									return null; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setPartyOrgId(resiGroupEntity.getPartyOrgId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setGroupHeadPhoto(resiGroupEntity.getGroupHeadPhoto()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setGroupName(resiGroupEntity.getGroupName()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								groupDetail.setGroupIntroduction(resiGroupEntity.getGroupIntroduction()); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |