| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -330,7 +330,7 @@ namespace Shentun.WebPeis.Persons | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              join patientRegister in await _patientRegisterRepository.GetQueryableAsync() | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              on patient.PatientId equals patientRegister.PatientId | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              where user.Id == input.PersonId && | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              (patientRegister.CompleteFlag == PatientRegisterCompleteFlag.Audit) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              (patientRegister.CompleteFlag == PatientRegisterCompleteFlag.SumCheck) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              orderby patientRegister.MedicalStartDate | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              select new PersonMedicalTimesDto() | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                              { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |