监控时间
This commit is contained in:
@@ -181,7 +181,7 @@ namespace IRaCIS.Core.Application
|
||||
public async Task<IResponseOutput> UpdateTrialState(Guid trialId, string trialStatusStr, Guid signId, string? reason, [FromServices] IEasyCachingProvider _provider)
|
||||
{
|
||||
|
||||
var trial = await _trialRepository.Where(t => t.Id == trialId, true).IgnoreQueryFilters().FirstOrDefaultAsync().IfNullThrowException();
|
||||
var trial = (await _trialRepository.Where(t => t.Id == trialId, true).IgnoreQueryFilters().FirstOrDefaultAsync()).IfNullThrowException();
|
||||
|
||||
if (trialStatusStr == StaticData.TrialOngoing)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user