修改接口名字

Uat_Study
hang 2023-07-03 13:34:22 +08:00
parent 649f6897a4
commit 44a3d03974
1 changed files with 2 additions and 2 deletions

View File

@ -333,14 +333,14 @@ namespace IRaCIS.Core.Application
}
/// <summary>
/// 重阅审批
/// SPM 重阅审批
/// </summary>
/// <param name="inQuery"></param>
/// <param name="_visitTaskReReadingRepository"></param>
/// <param name="_trialRepository"></param>
/// <returns></returns>
[HttpPost]
public async Task<IResponseOutput<PageOutput<ReReadingApprovalToBeDoneDto>>> GetReReadingApprovalToBeDoneToBeDoneList(ReReadingApprovalToBeDoneQuery inQuery,
public async Task<IResponseOutput<PageOutput<ReReadingApprovalToBeDoneDto>>> GetSPMReReadingApprovalToBeDone(ReReadingApprovalToBeDoneQuery inQuery,
[FromServices] IRepository<VisitTaskReReading> _visitTaskReReadingRepository,
[FromServices] IRepository<Trial> _trialRepository)