From 9b197b7fac92278fb591ea8f4942c7d5687cb5ce Mon Sep 17 00:00:00 2001
From: 李金换 <lijinhuan@prec-tech.com>
Date: 星期一, 28 三月 2022 18:01:22 +0800
Subject: [PATCH] LJPH-C8FB4P【委托】配合PBI设备覆盖率的数据准备0328

---
 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