From 2c4fabee7fd270185a1a56545b0888a9b5027616 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期三, 18 十二月 2024 17:39:15 +0800 Subject: [PATCH] 增加注释 --- src/main/java/com/example/factory/ServiceFactory.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/example/factory/ServiceFactory.java b/src/main/java/com/example/factory/ServiceFactory.java index e6cf28e..1249a1f 100644 --- a/src/main/java/com/example/factory/ServiceFactory.java +++ b/src/main/java/com/example/factory/ServiceFactory.java @@ -35,7 +35,9 @@ private String getServiceBeanName(String userId) { switch (userId) { + // 閰嶇疆鏂囦欢涓�� case "ShanXi_Qin_XiAn_MeiJi": + // 涓氬姟Bean鐨刵ame return "ShanXiQinXiAnMeiJi"; default: throw new RuntimeException("鎵句笉鍒板搴旂殑鍖婚櫌缂栫爜鏈嶅姟灞傞厤缃細" + userId); -- Gitblit v1.8.0