Compare commits
No commits in common. "3b5a735abfa901061c50309d72a00fe6adb4cb30" and "dee8c90319bf9ed260604f2adf67b8d4a85da924" have entirely different histories.
3b5a735abf
...
dee8c90319
|
|
@ -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,8 +170,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
AcceptingNewTrial = false,
|
AcceptingNewTrial = false,
|
||||||
ActivelyReading = false,
|
ActivelyReading = false,
|
||||||
ResumeStatus = ResumeStatusEnum.Pass,
|
ResumeStatus = ResumeStatusEnum.Pass,
|
||||||
CooperateStatus = inDto.TrialId==null? ContractorStatusEnum.Noncooperation: ContractorStatusEnum.Cooperation,
|
CooperateStatus = ContractorStatusEnum.Noncooperation,
|
||||||
,
|
|
||||||
|
|
||||||
ReviewStatus = ReviewerInformationConfirmStatus.ConfirmRefuse
|
ReviewStatus = ReviewerInformationConfirmStatus.ConfirmRefuse
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue