From 1312ba82d4c880bdb5357d28e0d4af5b285f610f Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期四, 10 三月 2022 15:54:39 +0800
Subject: [PATCH] 最近一月修改内容

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