移动到根目录打开测试
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2025-09-28 19:44:53 +08:00
parent 92063da2bf
commit 14b8cbac23
1 changed files with 0 additions and 4 deletions

View File

@ -385,10 +385,6 @@ public class AuditDocumentService(IRepository<AuditDocument> _auditDocumentRepos
[HttpPost]
public async Task<IResponseOutput> MovieFileOrFolder(MovieFileOrFolderInDto inDto)
{
if (inDto.ParentId == null)
{
return ResponseOutput.Ok();
}
//闭包表中找到 设置Id为祖先的所有 后代 包括自己
var matchIdQuery = _auditDocumentClosureRepository.Where(t => inDto.Ids.Contains(t.AncestorId)).Select(t => t.DescendantId);