修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-04-18 14:10:46 +08:00
parent 34b90538ab
commit 87d658031b
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ namespace IRaCIS.Core.Application.Services
IsDeleted = true,
});
var result = await _systemDocumentRepository.SaveChangesAsync();
await _mediatorScoped.Publish(new SystemDocumentPublishEvent() { Ids = inDto.Ids });
return ResponseOutput.Result(result);
}