项目文档默认禁用
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
aba477a49c
commit
deb7e77263
|
|
@ -1092,6 +1092,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
return ResponseOutput.NotOk(_localizer["TrialD_DuplicateFileInProject"]);
|
return ResponseOutput.NotOk(_localizer["TrialD_DuplicateFileInProject"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
entity.IsDeleted = true;
|
||||||
//entity.Id = NewId.NextGuid();
|
//entity.Id = NewId.NextGuid();
|
||||||
await _trialDocumentRepository.AddAsync(entity, true);
|
await _trialDocumentRepository.AddAsync(entity, true);
|
||||||
return ResponseOutput.Ok(entity.Id.ToString());
|
return ResponseOutput.Ok(entity.Id.ToString());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue