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/OFSCalendarController.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/OFSCalendarController.cls b/force-app/main/default/classes/OFSCalendarController.cls
index 5d7d576..0e5b7a6 100644
--- a/force-app/main/default/classes/OFSCalendarController.cls
+++ b/force-app/main/default/classes/OFSCalendarController.cls
@@ -17,7 +17,7 @@
static {
at2CnMap = new Map<String, String>();
at2CnMap.put('鐥呴櫌', '鐢ㄦ埛鎷滆');
- at2CnMap.put('璨╁2搴�', '缁忛攢鍟嗘嫓璁�');
+ at2CnMap.put('璨╁2搴�', '缁忛攢鍟嗘敮鎸�');
at2CnMap.put('绀惧唴娲诲嫊', '鍏徃宸ヤ綔');
at2CnMap.put('绀惧銈ゃ儥銉炽儓', '绀惧浼氳');
at2CnMap.put('绉诲嫊', '绉诲姩');
@@ -388,7 +388,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