增加提示

Uat_Study
hang 2022-07-15 11:52:35 +08:00
parent 82730d079b
commit 1e4b62285e
1 changed files with 5 additions and 0 deletions

View File

@ -1736,6 +1736,11 @@ namespace IRaCIS.Core.Application.Service
else
{
if (filterObj.IsAnalysisCreate)
{
throw new BusinessValidationFailedException("不允许退回一致性分析任务");
}
if (filterObj.ReadingCategory == ReadingCategory.Visit && _userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager)
{
//有序