| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -120,7 +120,8 @@ namespace Shentun.Peis.ThirdInterfaces | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            DataHelper.CheckCharIsYOrN(entity.IsActive, "是否启用"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.LisRequest | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                && entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.ChargeRequest | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                &&  entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.ImportLisResult) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                &&  entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.ImportLisResult | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                && entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.ImportPacsResult) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                throw new ArgumentException($"接口类型参数为:{entity.ThirdInterfaceType},是无效值"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |