| 
						
						
							
								
							
						
						
					 | 
					@ -716,7 +716,7 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            IcEventCategoryEntity icEventCategory = icEventCategoryService.getByEventId(formDTO.getIcEventId()); | 
					 | 
					 | 
					            IcEventCategoryEntity icEventCategory = icEventCategoryService.getByEventId(formDTO.getIcEventId()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            if (null == category || StringUtils.isEmpty(icEventCategory.getId())) { | 
					 | 
					 | 
					            if (null == icEventCategory || StringUtils.isEmpty(icEventCategory.getId())) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                icEventCategoryService.insert(categoryEntity); | 
					 | 
					 | 
					                icEventCategoryService.insert(categoryEntity); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } else { | 
					 | 
					 | 
					            } else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                categoryEntity.setId(icEventCategory.getId()); | 
					 | 
					 | 
					                categoryEntity.setId(icEventCategory.getId()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |