增加日志测试
continuous-integration/drone/push Build is passing Details

Temp_Uat_IRC_Net8
hang 2025-09-17 17:05:40 +08:00
parent a0b06fbc28
commit 7096062d76
1 changed files with 2 additions and 1 deletions

View File

@ -1630,6 +1630,7 @@ namespace IRaCIS.Core.Application.Service
var copyResult = _ossClient.CopyObject(copyReq); var copyResult = _ossClient.CopyObject(copyReq);
Console.WriteLine($"✅ 恢复成功: {item.Key} 版本{item.VersionId}, 新版本ID={copyResult.VersionId}");
} }
catch (Exception ex) catch (Exception ex)
@ -1819,7 +1820,7 @@ namespace IRaCIS.Core.Application.Service
++findSerice.InstanceCount; ++findSerice.InstanceCount;
//賦值路徑 //賦值路徑
findInstance.Path = path; findInstance.Path = "/"+path;
} }