项目文档默认禁用
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8^2
hang 2025-12-11 10:26:16 +08:00
parent aba477a49c
commit deb7e77263
1 changed files with 1 additions and 0 deletions

View File

@ -1092,6 +1092,7 @@ namespace IRaCIS.Core.Application.Services
return ResponseOutput.NotOk(_localizer["TrialD_DuplicateFileInProject"]);
}
entity.IsDeleted = true;
//entity.Id = NewId.NextGuid();
await _trialDocumentRepository.AddAsync(entity, true);
return ResponseOutput.Ok(entity.Id.ToString());