修改工作量和阅片人权限

This commit is contained in:
2022-05-25 14:16:38 +08:00
parent 3928960a4e
commit fe7be9b169
4 changed files with 17 additions and 1 deletions
@@ -27,6 +27,7 @@ namespace IRaCIS.Core.Application.Services
[HttpPost]
[TypeFilter(typeof(TrialResourceFilter))]
[UnitOfWork]
[Authorize(Policy = IRaCISPolicy.CRC)]
public async Task<IResponseOutput<string>> AddOrUpdateSV(SubjectVisitCommand svCommand)
{