| 
					
					
						
							
						
					
					
				 | 
				@ -118,7 +118,7 @@ public class PeisHttpApiHostModule : AbpModule | 
			
		
		
	
		
			
				 | 
				 | 
				        ConfigureSwaggerServices(context, configuration); | 
				 | 
				 | 
				        ConfigureSwaggerServices(context, configuration); | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				        ConfigureJsonOptions();  //全局配置api返回值中的日期默认格式
 | 
				 | 
				 | 
				        ConfigureJsonOptions();  //全局配置api返回值中的日期默认格式
 | 
			
		
		
	
		
			
				 | 
				 | 
				        | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				        //context.Services.AddControllers().AddJsonOptions(configure =>
 | 
				 | 
				 | 
				        //context.Services.AddControllers().AddJsonOptions(configure =>
 | 
			
		
		
	
		
			
				 | 
				 | 
				        //{
 | 
				 | 
				 | 
				        //{
 | 
			
		
		
	
		
			
				 | 
				 | 
				        //    configure.JsonSerializerOptions.Converters.Add(new DateTimeJsonConverter());
 | 
				 | 
				 | 
				        //    configure.JsonSerializerOptions.Converters.Add(new DateTimeJsonConverter());
 | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
						
							
						
					
					
				 | 
				@ -227,7 +227,7 @@ public class PeisHttpApiHostModule : AbpModule | 
			
		
		
	
		
			
				 | 
				 | 
				    /// </summary>
 | 
				 | 
				 | 
				    /// </summary>
 | 
			
		
		
	
		
			
				 | 
				 | 
				    private void ConfigureJsonOptions() | 
				 | 
				 | 
				    private void ConfigureJsonOptions() | 
			
		
		
	
		
			
				 | 
				 | 
				    { | 
				 | 
				 | 
				    { | 
			
		
		
	
		
			
				 | 
				 | 
				        | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				        //context.Services.AddControllers().AddJsonOptions(options =>
 | 
				 | 
				 | 
				        //context.Services.AddControllers().AddJsonOptions(options =>
 | 
			
		
		
	
		
			
				 | 
				 | 
				        //{
 | 
				 | 
				 | 
				        //{
 | 
			
		
		
	
		
			
				 | 
				 | 
				        //    options.JsonSerializerOptions.Encoder = JavaScriptEncoder.Create(UnicodeRanges.All);
 | 
				 | 
				 | 
				        //    options.JsonSerializerOptions.Encoder = JavaScriptEncoder.Create(UnicodeRanges.All);
 | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
						
							
						
					
					
				 | 
				@ -627,19 +627,19 @@ public class PeisHttpApiHostModule : AbpModule | 
			
		
		
	
		
			
				 | 
				 | 
				                    { | 
				 | 
				 | 
				                    { | 
			
		
		
	
		
			
				 | 
				 | 
				                        if (thirdInterfaceDto.ThirdInterfaceType == "02") | 
				 | 
				 | 
				                        if (thirdInterfaceDto.ThirdInterfaceType == "02") | 
			
		
		
	
		
			
				 | 
				 | 
				                        { | 
				 | 
				 | 
				                        { | 
			
		
		
	
		
			
				 | 
				 | 
				                            RecurringJob.AddOrUpdate<IChargeRequestInterfaceQueryWorker>("收费接口", o => o.DoWork(thirdInterfaceDto.Id), corn, TimeZoneInfo.Local); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                            RecurringJob.AddOrUpdate<IChargeRequestInterfaceQueryWorker>(thirdInterfaceDto.DisplayName, o => o.DoWork(thirdInterfaceDto.Id), corn, TimeZoneInfo.Local); | 
			
		
		
	
		
			
				 | 
				 | 
				                        } | 
				 | 
				 | 
				                        } | 
			
		
		
	
		
			
				 | 
				 | 
				                        else if (thirdInterfaceDto.ThirdInterfaceType == "03") | 
				 | 
				 | 
				                        else if (thirdInterfaceDto.ThirdInterfaceType == "03") | 
			
		
		
	
		
			
				 | 
				 | 
				                        { | 
				 | 
				 | 
				                        { | 
			
		
		
	
		
			
				 | 
				 | 
				                            RecurringJob.AddOrUpdate<IImportLisResultInterfaceWorker>("导入检验结果接口", o => o.DoWork(thirdInterfaceDto.Id), corn, TimeZoneInfo.Local); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                            RecurringJob.AddOrUpdate<IImportLisResultInterfaceWorker>(thirdInterfaceDto.DisplayName, o => o.DoWork(thirdInterfaceDto.Id), corn, TimeZoneInfo.Local); | 
			
		
		
	
		
			
				 | 
				 | 
				                        } | 
				 | 
				 | 
				                        } | 
			
		
		
	
		
			
				 | 
				 | 
				                        else if (thirdInterfaceDto.ThirdInterfaceType == "04") | 
				 | 
				 | 
				                        else if (thirdInterfaceDto.ThirdInterfaceType == "04") | 
			
		
		
	
		
			
				 | 
				 | 
				                        { | 
				 | 
				 | 
				                        { | 
			
		
		
	
		
			
				 | 
				 | 
				                            RecurringJob.AddOrUpdate<IImportPacsResultInterfaceWorker>("导入Pacs结果接口", o => o.DoWork(thirdInterfaceDto.Id), corn, TimeZoneInfo.Local); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                            RecurringJob.AddOrUpdate<IImportPacsResultInterfaceWorker>(thirdInterfaceDto.DisplayName, o => o.DoWork(thirdInterfaceDto.Id), corn, TimeZoneInfo.Local); | 
			
		
		
	
		
			
				 | 
				 | 
				                        } | 
				 | 
				 | 
				                        } | 
			
		
		
	
		
			
				 | 
				 | 
				                        else if (thirdInterfaceDto.ThirdInterfaceType == "05") | 
				 | 
				 | 
				                        else if (thirdInterfaceDto.ThirdInterfaceType == "05") | 
			
		
		
	
		
			
				 | 
				 | 
				                        { | 
				 | 
				 | 
				                        { | 
			
		
		
	
		
			
				 | 
				 | 
				                            RecurringJob.AddOrUpdate<IImportPatientRegisterInterfaceWorker>("导入人员登记信息结果接口", o => o.DoWork(thirdInterfaceDto.Id), corn, TimeZoneInfo.Local); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                            RecurringJob.AddOrUpdate<IImportPatientRegisterInterfaceWorker>(thirdInterfaceDto.DisplayName, o => o.DoWork(thirdInterfaceDto.Id), corn, TimeZoneInfo.Local); | 
			
		
		
	
		
			
				 | 
				 | 
				                        } | 
				 | 
				 | 
				                        } | 
			
		
		
	
		
			
				 | 
				 | 
				                    } | 
				 | 
				 | 
				                    } | 
			
		
		
	
		
			
				 | 
				 | 
				                } | 
				 | 
				 | 
				                } | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |