增加提示
This commit is contained in:
@@ -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)
|
||||
{
|
||||
//有序
|
||||
|
||||
Reference in New Issue
Block a user