From 23196331015d47d83fdc51139ba045538c6c5368 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 16 一月 2025 19:13:24 +0800
Subject: [PATCH] 增加蒲白

---
 src/main/java/com/example/factory/ServiceFactory.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/example/factory/ServiceFactory.java b/src/main/java/com/example/factory/ServiceFactory.java
index 022bba0..031a444 100644
--- a/src/main/java/com/example/factory/ServiceFactory.java
+++ b/src/main/java/com/example/factory/ServiceFactory.java
@@ -4,6 +4,7 @@
 import com.example.service.HisService;
 import com.example.service.LisService;
 import com.example.service.PacsService;
+import org.apache.ibatis.annotations.Case;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.context.ApplicationContext;
 import org.springframework.stereotype.Component;
@@ -42,6 +43,8 @@
         switch (hospName) {
             case "shanxiqinxamjyy":
                 return "ShanXiQinXiAnMeiJi"; // 瀵瑰簲鐨勪笟鍔� Bean 鍚嶇О
+            case "shanxiqinpbkwyy":
+                return "ShanXiQinPbkwyy";
             default:
                 throw new RuntimeException("鎵句笉鍒板搴旂殑鍖婚櫌鏈嶅姟閰嶇疆锛�" + hospName);
         }

--
Gitblit v1.8.0