S-96 添加时间
							parent
							
								
									975adba203
								
							
						
					
					
						commit
						54a44991fd
					
				| 
						 | 
				
			
			@ -327,7 +327,7 @@ namespace IRaCIS.Core.Application.Service
 | 
			
		|||
            var tableQuestions = await _trialClinicalTableQuestionRepository.Where(x => x.TrialClinicalId == formInfo.ClinicalDataTrialSetId)
 | 
			
		||||
                .ProjectTo<ClinicalTablePreviewDto>(_mapper.ConfigurationProvider).ToListAsync();
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
            questions.ForEach(x => x.CreateTime = formInfo.CreateTime);
 | 
			
		||||
            var result = questions.Where(x => x.ClinicalQuestionType == ReadingQestionType.Group).ToList();
 | 
			
		||||
 | 
			
		||||
            result.ForEach(x =>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -111,6 +111,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
 | 
			
		|||
 | 
			
		||||
        public string Answer { get; set; } = string.Empty;
 | 
			
		||||
 | 
			
		||||
        public DateTime? CreateTime { get; set; }
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// 子问题
 | 
			
		||||
        /// </summary>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue