单独方法测试
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2026-01-04 14:39:46 +08:00
parent 88ded12f37
commit f75c2d7283
1 changed files with 1 additions and 2 deletions

View File

@ -2175,8 +2175,7 @@ namespace IRaCIS.Core.API.Controllers
if (!ok)
{
await using var source2 = await _oSSService.GetStreamFromOSSAsync(instance.Path);
await source2.CopyToAsync(entryStream, 32 * 1024, abortToken);
await source.CopyToAsync(entryStream, 32 * 1024, abortToken);
}
}
else