修改bug
							parent
							
								
									0dfd1293ba
								
							
						
					
					
						commit
						bee9ea752f
					
				| 
						 | 
					@ -502,8 +502,6 @@ namespace IRaCIS.Core.Application.Service
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            #region MiniWord 组织字典 发送
 | 
					            #region MiniWord 组织字典 发送
 | 
				
			||||||
 | 
					 | 
				
			||||||
            #endregion
 | 
					 | 
				
			||||||
            if (isNeedSend)
 | 
					            if (isNeedSend)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                var value = new Dictionary<string, object>()
 | 
					                var value = new Dictionary<string, object>()
 | 
				
			||||||
| 
						 | 
					@ -536,6 +534,8 @@ namespace IRaCIS.Core.Application.Service
 | 
				
			||||||
                await SendEmailHelper.SendEmailAsync(sendEmailConfig);
 | 
					                await SendEmailHelper.SendEmailAsync(sendEmailConfig);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					            #endregion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -108,6 +108,8 @@ namespace IRaCIS.Application.Services
 | 
				
			||||||
            this._readingQuestionSystem = ReadingQuestionSystem;
 | 
					            this._readingQuestionSystem = ReadingQuestionSystem;
 | 
				
			||||||
            this._noneDicomStudyFileSystem = noneDicomStudyFileSystem;
 | 
					            this._noneDicomStudyFileSystem = noneDicomStudyFileSystem;
 | 
				
			||||||
            this._readingQuestionTrialRepository = readingQuestionTrialRepository;
 | 
					            this._readingQuestionTrialRepository = readingQuestionTrialRepository;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            this._trialEmailNoticeConfigService = trialEmailNoticeConfigService;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1181,7 +1183,7 @@ namespace IRaCIS.Application.Services
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            await _visitTaskRepository.SaveChangesAsync();
 | 
					            await _visitTaskRepository.SaveChangesAsync();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            await _trialEmailNoticeConfigService.BaseBusinessScenarioSendEmailAsync(visitTaskId);
 | 
					            //await _trialEmailNoticeConfigService.BaseBusinessScenarioSendEmailAsync(visitTaskId);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -456,7 +456,7 @@ namespace IRaCIS.Core.Application.Contracts
 | 
				
			||||||
        [HttpGet("{trialId:guid}")]
 | 
					        [HttpGet("{trialId:guid}")]
 | 
				
			||||||
        public async Task<TrialSurveyInitInfo> GetTrialSurveyInitInfo(Guid trialId)
 | 
					        public async Task<TrialSurveyInitInfo> GetTrialSurveyInitInfo(Guid trialId)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            var info = await _repository.Where<Trial>(t => t.Id == trialId).ProjectTo<TrialSurveyInitInfo>(_mapper.ConfigurationProvider).FirstOrDefaultAsync().IfNullThrowException();
 | 
					            var info = await _repository.Where<Trial>(t => t.Id == trialId).IgnoreQueryFilters().ProjectTo<TrialSurveyInitInfo>(_mapper.ConfigurationProvider).FirstOrDefaultAsync().IfNullThrowException();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            return info;
 | 
					            return info;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue