调试状态
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8329362c33
commit
57aedd7dd4
|
@ -1332,6 +1332,7 @@ public class VisitTaskService(IRepository<VisitTask> _visitTaskRepository,
|
||||||
throw new BusinessValidationFailedException(_localizer["VisitTask_BackendData"]);
|
throw new BusinessValidationFailedException(_localizer["VisitTask_BackendData"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Console.WriteLine("重阅申请状态", (int)task.ReReadingApplyState);
|
||||||
if (task.ReReadingApplyState == ReReadingApplyState.DocotorHaveApplyed || task.ReReadingApplyState == ReReadingApplyState.TrialGroupHaveApplyed || task.ReReadingApplyState == ReReadingApplyState.Agree)
|
if (task.ReReadingApplyState == ReReadingApplyState.DocotorHaveApplyed || task.ReReadingApplyState == ReReadingApplyState.TrialGroupHaveApplyed || task.ReReadingApplyState == ReReadingApplyState.Agree)
|
||||||
{
|
{
|
||||||
//---重阅已申请,或者重阅已同意状态下不允许申请重阅
|
//---重阅已申请,或者重阅已同意状态下不允许申请重阅
|
||||||
|
|
|
@ -22,3 +22,7 @@ public class SystemDocument : BaseFullDeleteAuditEntity
|
||||||
public string Path { get; set; } = string.Empty;
|
public string Path { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum UserSignType
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue