Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-21 17:00:28 +08:00
3 changed files with 4 additions and 2 deletions
@@ -93,6 +93,7 @@ namespace IRaCIS.Core.Application.Contracts
public class UnionDocumentWithConfirmInfoView : UnionDocumentView
{
public bool IsNeedSendEmial { get; set; }
public DateTime UserCreateTime { get; set; }
@@ -176,6 +176,7 @@ namespace IRaCIS.Core.Application.Services
IsDeleted = false,
});
Console.WriteLine("开始 发布系统文档");
Task.Run(async () =>
{