From fb04e7c01d119c60632b4298d18fd93f3ccb3d79 Mon Sep 17 00:00:00 2001
From: Li Jun <buli@deloitte.com.cn>
Date: 星期三, 06 四月 2022 10:32:05 +0800
Subject: [PATCH] 20220405DeployProduction

---
 force-app/main/default/classes/LeadIntentionController.cls |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/LeadIntentionController.cls b/force-app/main/default/classes/LeadIntentionController.cls
index 5a1c9ae..7b70d19 100644
--- a/force-app/main/default/classes/LeadIntentionController.cls
+++ b/force-app/main/default/classes/LeadIntentionController.cls
@@ -137,6 +137,7 @@
         isActiveFormula = '鏈夋晥';
 
         staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('Inquiry_form__c')); 
+
     }
 
     public PageReference init() {
@@ -170,6 +171,7 @@
         system.debug('ooooooooo:'+queryListForMoney);
         system.debug('ppppppppp鐨剆ize():'+queryList.size());
         system.debug('ooooooooo鐨剆ize():'+queryListForMoney.size());
+
         this.makeOppRecordsForView(queryList, queryListForMoney);
         
         this.sortKey = '0';
@@ -180,6 +182,7 @@
         
         System.debug('鏈�鍚庡彇寰�:'+pclInfos.size());
         pclCount = pclInfos.size();
+        
         ApexPages.addmessage(new ApexPages.message(ApexPages.severity.INFO, '鍙栧緱鏈�杩戠殑 ' + pclCount + ' 鏉℃暟鎹�'));
 
         List<String> a = new List<String>();

--
Gitblit v1.9.1