From 4f200849487fc6f914e237d5af3ecefd6d802457 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 10 七月 2023 09:52:59 +0800
Subject: [PATCH] backup1007
---
force-app/main/default/classes/DealerInquiryModifyStateController.cls | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/force-app/main/default/classes/DealerInquiryModifyStateController.cls b/force-app/main/default/classes/DealerInquiryModifyStateController.cls
index 2d8fda5..0cbe0b6 100644
--- a/force-app/main/default/classes/DealerInquiryModifyStateController.cls
+++ b/force-app/main/default/classes/DealerInquiryModifyStateController.cls
@@ -51,9 +51,6 @@
private String strColumus;
private String strRtColumus;
- //add by Link 2023-6-2
- public String remindMsg { get; set; }
-
@TestVisible
private String accTypeForSort = null;
private static Integer oppLimit = 500;
@@ -132,7 +129,6 @@
}
public PageReference init() {
- remindMsg = '';
PartnerSoapSforceCom.Soap soap = new PartnerSoapSforceCom.Soap();
soap.SessionHeader = new PartnerSoapSforceCom.SessionHeader_element();
soap.SessionHeader.sessionId = UserInfo.getSessionId();
@@ -424,8 +420,6 @@
'鍙栧緱鏈�杩戠殑 ' + oppCount + ' 鏉℃暟鎹�'
)
);
- //add by Link 2023-6-2
- remindMsg = '鍙栧緱鏈�杩戠殑 ' + oppCount + ' 鏉℃暟鎹�';
} else if (!String.isBlank(this.sortKey)) {
if (oppCount > oppLimit) {
ApexPages.addmessage(
@@ -434,8 +428,6 @@
'鏁版嵁瓒呰繃' + oppLimit + '浠讹紝鍙樉绀哄墠' + oppLimit + '浠�'
)
);
- //add by Link 2023-6-2
- remindMsg = '鏁版嵁瓒呰繃' + oppLimit + '浠讹紝鍙樉绀哄墠' + oppLimit + '浠�';
} else {
ApexPages.addmessage(
new ApexPages.message(
@@ -443,8 +435,6 @@
'鍏辨湁 ' + oppCount + ' 鏉℃暟鎹�'
)
);
- //add by Link 2023-6-2
- remindMsg = '鍏辨湁 ' + oppCount + ' 鏉℃暟鎹�';
}
} else {
ApexPages.addmessage(
@@ -453,8 +443,6 @@
'鍏辨湁 ' + oppCount + ' 鏉℃暟鎹�'
)
);
- //add by Link 2023-6-2
- remindMsg = '鍏辨湁 ' + oppCount + ' 鏉℃暟鎹�';
}
}
//妫�绱㈡潯浠讹細鏁版嵁瀛楁1锛屾暟鎹瓧娈�2锛屾暟鎹瓧娈�3鍧囨弧瓒宠繘鍏ユ鏂规硶 鍒ゆ柇澶氱鎯呭喌
@@ -657,8 +645,6 @@
ApexPages.addmessage(
new ApexPages.message(ApexPages.severity.INFO, '淇濆瓨瀹屼簡')
);
- //add by Link 2023-6-2
- remindMsg = '淇濆瓨瀹屼簡';
} catch (Exception e) {
//ApexPages.addmessage(new ApexPages.message(ApexPages.severity.Error, '璇风‘瀹氱瀹ゅ垎绫诲拰浜у搧鍖哄垎鐨勫叧绯�'));
}
--
Gitblit v1.9.1