修改文档

Uat_Study
hang 2022-05-23 14:30:14 +08:00
parent 9f9f69ef8c
commit 70be933c0f
2 changed files with 11 additions and 8 deletions

View File

@ -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
}
/// <summary>
/// 用户 签名某个文档
/// 用户 签名某个文档 可能是系统的,也可能是项目的
/// </summary>
/// <returns></returns>
public async Task<IResponseOutput> UserConfirm(UserConfirmCommand userConfirmCommand)
@ -597,6 +593,10 @@ namespace IRaCIS.Core.Application.Services
return ResponseOutput.Ok();
}
#region 废弃
/// <summary>
/// 从项目下参与者的维度 先看人员列表(展示统计数字) 点击数字 再看人员具体签署的 系统文档+项目文档(共用上面与人相关的具体文档列表)
/// </summary>
@ -679,6 +679,9 @@ namespace IRaCIS.Core.Application.Services
return unionQuery.ToPagedList(querySystemDocument.PageIndex, querySystemDocument.PageSize, querySystemDocument.SortField, querySystemDocument.Asc);
}
#endregion
}
}

View File

@ -201,7 +201,7 @@ namespace IRaCIS.Application.Services
#region 生成树废弃前
#region 废弃 生成树废弃前