代码修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-01-17 13:10:20 +08:00
parent ea693b3ffc
commit c70120bcaa
2 changed files with 2 additions and 1 deletions
@@ -391,7 +391,7 @@ namespace IRaCIS.Application.Services
/// <param name="inDto"></param>
/// <returns></returns>
[HttpPost]
//[TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "AfterStopCannNotOpt" })]
[TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "AfterStopCannNotOpt" })]
public async Task<IResponseOutput> SaveJudgeVisitTaskResult(SaveJudgeVisitTaskResult inDto)
{
await VerifyTaskIsSign(inDto.VisitTaskId);