修改PM 申审批
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
496396fa6b
commit
8656ed09bb
|
@ -1334,7 +1334,7 @@ public class VisitTaskService(IRepository<VisitTask> _visitTaskRepository,
|
||||||
throw new BusinessValidationFailedException(_localizer["VisitTask_BackendData"]);
|
throw new BusinessValidationFailedException(_localizer["VisitTask_BackendData"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogError("重阅申请状态"+ (int)task.ReReadingApplyState);
|
_logger.LogError("重阅申请状态" + (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)
|
||||||
{
|
{
|
||||||
|
@ -2556,7 +2556,7 @@ public class VisitTaskService(IRepository<VisitTask> _visitTaskRepository,
|
||||||
|
|
||||||
private bool IsSpmOrCPM()
|
private bool IsSpmOrCPM()
|
||||||
{
|
{
|
||||||
return _userInfo.UserTypeEnumInt == (int)UserTypeEnum.SPM || _userInfo.UserTypeEnumInt == (int)UserTypeEnum.CPM;
|
return _userInfo.UserTypeEnumInt == (int)UserTypeEnum.SPM || _userInfo.UserTypeEnumInt == (int)UserTypeEnum.CPM || _userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue