Test_IRC_Net8
parent
1181540302
commit
e00f8b3549
|
|
@ -232,7 +232,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
{
|
{
|
||||||
public string EmailOrPhone { get; set; }
|
public string EmailOrPhone { get; set; }
|
||||||
|
|
||||||
public Guid TrialId { get; set; }
|
public Guid? TrialId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class VerifyEmialGetDoctorInfoInDto
|
public class VerifyEmialGetDoctorInfoInDto
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
AcceptingNewTrial = false,
|
AcceptingNewTrial = false,
|
||||||
ActivelyReading = false,
|
ActivelyReading = false,
|
||||||
ResumeStatus = ResumeStatusEnum.Pass,
|
ResumeStatus = ResumeStatusEnum.Pass,
|
||||||
CooperateStatus = ContractorStatusEnum.Noncooperation,
|
CooperateStatus = inDto.TrialId==null? ContractorStatusEnum.Noncooperation: ContractorStatusEnum.Cooperation,
|
||||||
|
,
|
||||||
|
|
||||||
ReviewStatus = ReviewerInformationConfirmStatus.ConfirmRefuse
|
ReviewStatus = ReviewerInformationConfirmStatus.ConfirmRefuse
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue