Uat_Study
{872297557@qq.com} 2022-12-09 10:17:31 +08:00
parent 6f0c6a7501
commit 168f5b418d
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ namespace IRaCIS.Core.Application
/// <param name="trialConfig"></param>
/// <returns></returns>
[HttpPut]
[TypeFilter(typeof(TrialResourceFilter))]
//[TypeFilter(typeof(TrialResourceFilter))]
public async Task<IResponseOutput> ConfigTrialTaskInfo(TrialTaskConfig trialConfig)
{
var trialInfo = (await _trialRepository.FirstOrDefaultAsync(t => t.Id == trialConfig.TrialId)).IfNullThrowException();