From 70be933c0fac1e8fa05fc95f1a4ce51d4709ed7f Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Mon, 23 May 2022 14:30:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Document/TrialDocumentService.cs | 17 ++++++++++-------
.../Service/Management/MenuService.cs | 2 +-
2 files changed, 11 insertions(+), 8 deletions(-)
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 废弃 生成树废弃前