From 9fea9c7f6c14fe5500c70c63b4da3336631bc1d4 Mon Sep 17 00:00:00 2001
From: 涂煌豪 <tuhuanghao@prec-tech.com>
Date: 星期六, 02 四月 2022 17:07:13 +0800
Subject: [PATCH] 产品咨询单提醒上线

---
 force-app/main/default/classes/taskAlertController.cls |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/classes/taskAlertController.cls b/force-app/main/default/classes/taskAlertController.cls
index a0b6606..77c0cf4 100644
--- a/force-app/main/default/classes/taskAlertController.cls
+++ b/force-app/main/default/classes/taskAlertController.cls
@@ -19,6 +19,7 @@
 	public Boolean isShowInquiry {get;set;}
 	public Integer InquiryNumber{ get; set; } 
 	//2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼  end
+
 	public taskAlertController() {
 	}
 	public PageReference init() {
@@ -90,10 +91,11 @@
 				this.OppWithoutConformNumber = 0;
 			}
 		//2021-11-08 mzy  SWAG-C8KCZZ  end
-		/*//2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼  start
+		//2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼  start
 		LeadIntentionController LeadIntController = new LeadIntentionController();
 		LeadIntController.init();
 		Integer pclCount = LeadIntController.pclCount;
+		system.debug('pclCount--------------------'+pclCount);
 		if(pclCount>0){
 			InquiryNumber = pclCount;
 			isShowInquiry = true;
@@ -101,7 +103,7 @@
 			isShowInquiry = false;
 			InquiryNumber = 0;
 		}
-		//2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼  end */
+		//2021-11-23 mzy 鍏遍�氬钩鍙伴」鐩�-棣栭〉淇敼  end 
 		
 		return null;
 	}

--
Gitblit v1.9.1