调试状态
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-10-25 14:26:14 +08:00
parent 8329362c33
commit 57aedd7dd4
2 changed files with 14 additions and 9 deletions

View File

@ -1332,6 +1332,7 @@ public class VisitTaskService(IRepository<VisitTask> _visitTaskRepository,
throw new BusinessValidationFailedException(_localizer["VisitTask_BackendData"]);
}
Console.WriteLine("重阅申请状态", (int)task.ReReadingApplyState);
if (task.ReReadingApplyState == ReReadingApplyState.DocotorHaveApplyed || task.ReReadingApplyState == ReReadingApplyState.TrialGroupHaveApplyed || task.ReReadingApplyState == ReReadingApplyState.Agree)
{
//---重阅已申请,或者重阅已同意状态下不允许申请重阅

View File

@ -22,3 +22,7 @@ public class SystemDocument : BaseFullDeleteAuditEntity
public string Path { get; set; } = string.Empty;
}
public enum UserSignType
{
}