请求改为post
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user