请求改为post

Test_IRC_Net10
hang 2026-06-09 15:05:46 +08:00
parent c2a129c56a
commit 8e77d2e3ed
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ namespace IRaCIS.Core.Application.Service
/// 获取项目阅片统计
/// </summary>
/// <returns></returns>
[HttpPost]
public async Task<List<DoctorTaskStat>> GetDoctorUserTrialReadingStat(TrialReadingStatQuery inQuery)
{
var list = _enrollRepository.Where(x => x.TrialId == inQuery.TrialId && x.EnrollStatus >= EnrollStatus.ConfirmIntoGroup)