增加提示
parent
82730d079b
commit
1e4b62285e
|
@ -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)
|
||||
{
|
||||
//有序
|
||||
|
|
Loading…
Reference in New Issue