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/SimpleEventRegisterController.cls | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/classes/SimpleEventRegisterController.cls b/force-app/main/default/classes/SimpleEventRegisterController.cls index 71263a9..cd29d41 100644 --- a/force-app/main/default/classes/SimpleEventRegisterController.cls +++ b/force-app/main/default/classes/SimpleEventRegisterController.cls @@ -1030,7 +1030,7 @@ } } if (this.targetEvent.Activity_Type2__c == '璨╁2搴�') { - taskType = System.Label.AgencyVisit; // 缁忛攢鍟嗘嫓璁夸换鍔� + taskType = System.Label.AgencyVisit; // 缁忛攢鍟嗘敮鎸佷换鍔� } if (this.targetEvent.Activity_Type2__c == '绀惧銈ゃ儥銉炽儓') { taskType = System.Label.campaignFollow; // 瀛︽湳浼氳璺熻繘浠诲姟 @@ -1149,7 +1149,7 @@ taskAccType = '鐢ㄦ埛鎷滆'; } if (this.targetEvent.Activity_Type2__c == '璨╁2搴�') { - taskAccType = '缁忛攢鍟嗘嫓璁�'; + taskAccType = '缁忛攢鍟嗘敮鎸�'; } if (this.targetEvent.Activity_Type2__c == '绀惧銈ゃ儥銉炽儓') { taskAccType = '瀛︽湳浼氳'; @@ -1182,7 +1182,7 @@ taskAccType = '鐢ㄦ埛鎷滆'; } if (this.targetEvent.Activity_Type2__c == '璨╁2搴�') { - taskAccType = '缁忛攢鍟嗘嫓璁�'; + taskAccType = '缁忛攢鍟嗘敮鎸�'; } if (this.targetEvent.Activity_Type2__c == '绀惧銈ゃ儥銉炽儓') { taskAccType = '瀛︽湳浼氳'; -- Gitblit v1.9.1