增加日志测试
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a0b06fbc28
commit
7096062d76
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue