修改接口名字
This commit is contained in:
@@ -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>>> GetSPMReReadingApprovalToBeDoneList(ReReadingApprovalToBeDoneQuery inQuery,
|
||||
[FromServices] IRepository<VisitTaskReReading> _visitTaskReReadingRepository,
|
||||
[FromServices] IRepository<Trial> _trialRepository)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user