diff --git a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
index f8c1c0da4..a624c3fb3 100644
--- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
+++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
@@ -4,14 +4,10 @@
// 对此文件的更改可能会导致不正确的行为,并且如果重新生成代码,这些更改将会丢失。
//--------------------------------------------------------------------
-using System.Runtime.InteropServices.ComTypes;
using Microsoft.AspNetCore.Mvc;
-using IRaCIS.Core.Infra.EFCore;
-using Microsoft.AspNetCore.Hosting;
+
using IRaCIS.Core.Application.Contracts;
-using IRaCIS.Core.Domain.Share;
-using MassTransit;
-using Panda.DynamicWebApi.Attributes;
+
namespace IRaCIS.Core.Application.Services
{
@@ -528,7 +524,7 @@ namespace IRaCIS.Core.Application.Services
}
///
- /// 用户 签名某个文档
+ /// 用户 签名某个文档 可能是系统的,也可能是项目的
///
///
public async Task UserConfirm(UserConfirmCommand userConfirmCommand)
@@ -597,6 +593,10 @@ namespace IRaCIS.Core.Application.Services
return ResponseOutput.Ok();
}
+
+ #region 废弃
+
+
///
/// 从项目下参与者的维度 先看人员列表(展示统计数字) 点击数字 再看人员具体签署的 系统文档+项目文档(共用上面与人相关的具体文档列表)
///
@@ -679,6 +679,9 @@ namespace IRaCIS.Core.Application.Services
return unionQuery.ToPagedList(querySystemDocument.PageIndex, querySystemDocument.PageSize, querySystemDocument.SortField, querySystemDocument.Asc);
}
+ #endregion
+
+
}
}
diff --git a/IRaCIS.Core.Application/Service/Management/MenuService.cs b/IRaCIS.Core.Application/Service/Management/MenuService.cs
index 7a611318c..f05b406e6 100644
--- a/IRaCIS.Core.Application/Service/Management/MenuService.cs
+++ b/IRaCIS.Core.Application/Service/Management/MenuService.cs
@@ -201,7 +201,7 @@ namespace IRaCIS.Application.Services
- #region 生成树废弃前
+ #region 废弃 生成树废弃前