修改请求方式

Uat_Study
hang 2022-04-15 11:14:30 +08:00
parent 4a46cd3755
commit 3ea3bcf256
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ namespace IRaCIS.Core.Application.Services
/// 获取需要签署的系统文档列表
/// </summary>
/// <returns></returns>
[HttpPost]
public async Task<PageOutput<UnionDocumentWithConfirmInfoView>> GetWaitSignSysDocList(SystemDocumentQuery querySystemDocument)
{