From 3823c099a8f21a6f1b585cdacd682c8fa4ec19c3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Wed, 15 May 2024 18:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=9C=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs index 2457f87..e1cbe75 100644 --- a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs +++ b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/ImportPacsResultPlugInsGem.cs @@ -76,7 +76,7 @@ namespace Shentun.Peis.PlugIns.Gem FileTransMode = "0",//0-json,1-url FileName = firstData.reportUrl, FileFormat = "0",//0-图片,1-pdf - FileUrl = firstData.reportUrl, + FileUrl = Guid.NewGuid().ToString(), FileBase64 = Shentun.Utilities.FileHelper.ToBase64(firstData.reportUrl) },