From f452320fa114b5db288f8fd086e2ace4fa66cc4e Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Sun, 12 May 2024 14:43:43 +0800 Subject: [PATCH] =?UTF-8?q?pacs=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 --- .../ThirdInterfaces/ThirdInterfaceManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Domain/ThirdInterfaces/ThirdInterfaceManager.cs b/src/Shentun.Peis.Domain/ThirdInterfaces/ThirdInterfaceManager.cs index 6607e05..acd221d 100644 --- a/src/Shentun.Peis.Domain/ThirdInterfaces/ThirdInterfaceManager.cs +++ b/src/Shentun.Peis.Domain/ThirdInterfaces/ThirdInterfaceManager.cs @@ -120,7 +120,8 @@ namespace Shentun.Peis.ThirdInterfaces DataHelper.CheckCharIsYOrN(entity.IsActive, "是否启用"); if (entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.LisRequest && entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.ChargeRequest - && entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.ImportLisResult) + && entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.ImportLisResult + && entity.ThirdInterfaceType != ThirdInterfaceTypeFlag.ImportPacsResult) { throw new ArgumentException($"接口类型参数为:{entity.ThirdInterfaceType},是无效值"); }