Uat_Study
parent
f8f8df18ab
commit
a790f7d09b
|
@ -20,6 +20,8 @@ using Newtonsoft.Json;
|
||||||
using IRaCIS.Core.Infrastructure;
|
using IRaCIS.Core.Infrastructure;
|
||||||
using IRaCIS.Core.Application.Service.Inspection.DTO;
|
using IRaCIS.Core.Application.Service.Inspection.DTO;
|
||||||
using Nito.AsyncEx;
|
using Nito.AsyncEx;
|
||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
namespace IRaCIS.Core.Application.Image.QA
|
namespace IRaCIS.Core.Application.Image.QA
|
||||||
{
|
{
|
||||||
[ApiExplorerSettings(GroupName = "Image")]
|
[ApiExplorerSettings(GroupName = "Image")]
|
||||||
|
@ -947,7 +949,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
public async Task IsCanQCOpt(Guid sujectVisitId)
|
public async Task IsQCCanOpt([FromQuery,NotDefault]Guid sujectVisitId)
|
||||||
{
|
{
|
||||||
await VerifyIsCanQCAsync(null,sujectVisitId);
|
await VerifyIsCanQCAsync(null,sujectVisitId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue