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/PersonalCalendarController.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/PersonalCalendarController.cls b/force-app/main/default/classes/PersonalCalendarController.cls
index 9a3edbb..2ce58f6 100644
--- a/force-app/main/default/classes/PersonalCalendarController.cls
+++ b/force-app/main/default/classes/PersonalCalendarController.cls
@@ -19,7 +19,7 @@
static {
at2CnMap = new Map<String, String>();
at2CnMap.put('鐥呴櫌', '鐢ㄦ埛鎷滆');
- at2CnMap.put('璨╁2搴�', '缁忛攢鍟嗘嫓璁�');
+ at2CnMap.put('璨╁2搴�', '缁忛攢鍟嗘敮鎸�');
at2CnMap.put('绀惧唴娲诲嫊', '鍏徃宸ヤ綔');
at2CnMap.put('绀惧銈ゃ儥銉炽儓', '绀惧浼氳');
at2CnMap.put('绉诲嫊', '绉诲姩');
@@ -708,7 +708,7 @@
private String at2Css(String at2) {
String at2Css = 'fc-event'; // default
if (at2 == '鐢ㄦ埛鎷滆') { at2Css = 'fc-eventH'; }
- else if (at2 == '缁忛攢鍟嗘嫓璁�') { at2Css = 'fc-eventA'; }
+ else if (at2 == '缁忛攢鍟嗘敮鎸�') { at2Css = 'fc-eventA'; }
else if (at2 == '鍏徃宸ヤ綔') { at2Css = 'fc-eventI'; }
else if (at2 == '绀惧浼氳') { at2Css = 'fc-eventC'; }
else if (at2 == '绉诲姩') { at2Css = 'fc-eventM'; }
--
Gitblit v1.9.1