@@ -262,7 +262,7 @@ namespace IRaCIS.Core.Application.Service
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//中心调研 登陆
|
//中心调研 登陆 发送验证码
|
||||||
public async Task AnolymousSendEmail(string researchProgramNo, string emailAddress, int verificationCode)
|
public async Task AnolymousSendEmail(string researchProgramNo, string emailAddress, int verificationCode)
|
||||||
{
|
{
|
||||||
//throw new BusinessValidationFailedException("模拟邮件取数据或者发送异常!!!");
|
//throw new BusinessValidationFailedException("模拟邮件取数据或者发送异常!!!");
|
||||||
@@ -431,7 +431,6 @@ namespace IRaCIS.Core.Application.Service
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//不登录 通过邮箱重置密码
|
//不登录 通过邮箱重置密码
|
||||||
public async Task AnolymousSendEmailForResetAccount(string emailAddress, int verificationCode)
|
public async Task AnolymousSendEmailForResetAccount(string emailAddress, int verificationCode)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1263,7 +1263,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
|||||||
if (inCommand.IsKeyImage)
|
if (inCommand.IsKeyImage)
|
||||||
{
|
{
|
||||||
var downloadInfoList = _visitTaskRepository.Where(t => t.TrialId == inCommand.TrialId && (t.ReadingCategory == ReadingCategory.Visit || t.ReadingCategory == ReadingCategory.Global)
|
var downloadInfoList = _visitTaskRepository.Where(t => t.TrialId == inCommand.TrialId && (t.ReadingCategory == ReadingCategory.Visit || t.ReadingCategory == ReadingCategory.Global)
|
||||||
&& t.ReadingTaskState == ReadingTaskState.HaveSigned && t.IsAnalysisCreate == false)
|
&& t.ReadingTaskState == ReadingTaskState.HaveSigned && t.IsAnalysisCreate == false && (t.TaskState == TaskState.Effect || t.TaskState == TaskState.Freeze))
|
||||||
.Where(t => inCommand.SubjectVisitIdList.Contains((Guid)t.SourceSubjectVisitId))
|
.Where(t => inCommand.SubjectVisitIdList.Contains((Guid)t.SourceSubjectVisitId))
|
||||||
.Select(t => new TrialKeyImageExportDTO()
|
.Select(t => new TrialKeyImageExportDTO()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user