Skip to content

Commit

Permalink
fix 调整KM版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzeyu91 committed May 12, 2024
1 parent 2480ec1 commit b740957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AntSK.Domain/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
<PropertyGroup>

<KMVersion>0.50.240504.7</KMVersion>
<KMVersion>0.40.240501.1</KMVersion>
<LLamaSharpVersion>0.11.2</LLamaSharpVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/AntSK.Domain/Domain/Service/KMService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public async Task<List<KMFile>> GetDocumentByFileID(string kmsId, string fileId)
{
DocumentId = item.GetDocumentId(),
Text = item.GetPartitionText(),
Url = item.GetWebPageUrl(),
Url = item.GetWebPageUrl(KmsConstantcs.KmsIndex),
LastUpdate = item.GetLastUpdate().LocalDateTime.ToString("yyyy-MM-dd HH:mm:ss"),
File = item.GetFileName()
}));
Expand Down

0 comments on commit b740957

Please sign in to comment.