spm cpm 返回增加字段
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-06-25 10:26:30 +08:00
parent 73edbe8fd3
commit d3ab051a39
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ namespace IRaCIS.Application.Services
}
return ResponseOutput.Result(await _enrollRepository.SaveChangesAsync());
return ResponseOutput.Result(await _enrollRepository.SaveChangesAsync(), new {IsHaveSpmOrCPM=hasSPMOrCPM});
}
//$"Cannot find trial {trialId}"
return ResponseOutput.NotOk(_localizer["Enroll_NotFound", trialId]);