From 8badb57ea2c82557850ad5b39281c3e8714eb119 Mon Sep 17 00:00:00 2001
From: liuyan <liuyan@prec-tech.com>
Date: 星期四, 24 十一月 2022 10:08:31 +0800
Subject: [PATCH] 科室信息漏传SPO问题

---
 force-app/main/default/classes/NFM608Rest.cls |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/NFM608Rest.cls b/force-app/main/default/classes/NFM608Rest.cls
index f0301be..35afcaa 100644
--- a/force-app/main/default/classes/NFM608Rest.cls
+++ b/force-app/main/default/classes/NFM608Rest.cls
@@ -224,7 +224,7 @@
         Map < String, String > VisitTypeMap = new Map < String, String > ();
         VisitTypeMap.put('鍏徃宸ヤ綔', '绀惧唴娲诲嫊');
         VisitTypeMap.put('鐢ㄦ埛鎷滆', '鐥呴櫌');
-        VisitTypeMap.put('缁忛攢鍟嗘嫓璁�', '璨╁2搴�');
+        VisitTypeMap.put('缁忛攢鍟嗘敮鎸�', '璨╁2搴�');
         VisitTypeMap.put('瀛︽湳浼氳', '绀惧銈ゃ儥銉炽儓');
         VisitTypeMap.put('绉诲姩', '绉诲嫊');
         VisitTypeMap.put('浼戝亣', '浼戞殗');

--
Gitblit v1.9.1