修改一版

Uat_Study
he 2022-07-08 11:49:18 +08:00
parent ec5bf392af
commit 0c2708b803
2 changed files with 4 additions and 2 deletions

View File

@ -145,6 +145,9 @@ namespace IRaCIS.Application.Contracts
[NotDefault] [NotDefault]
public Guid EnrollId { get; set; } public Guid EnrollId { get; set; }
public Guid TrialId { get; set; }
public List<ReadingCategory> ReadingCategorys { get; set; } public List<ReadingCategory> ReadingCategorys { get; set; }
} }
public class WorkLoadDoctorQueryDTO : PageInput public class WorkLoadDoctorQueryDTO : PageInput

View File

@ -101,7 +101,6 @@ namespace IRaCIS.Application.Services
/// </summary> /// </summary>
/// <param name="inDto"></param> /// <param name="inDto"></param>
/// <returns></returns> /// <returns></returns>
[TypeFilter(typeof(TrialResourceFilter))]
[Authorize(Policy = IRaCISPolicy.PM_APM)] [Authorize(Policy = IRaCISPolicy.PM_APM)]
public async Task<IResponseOutput> SetEnrollReadingCategory(SetEnrollReadingCategoryInDto inDto) public async Task<IResponseOutput> SetEnrollReadingCategory(SetEnrollReadingCategoryInDto inDto)
{ {