From f5d4f999ba69421c3fb107561fe1ee4c29d3f680 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 07 七月 2023 17:26:18 +0800 Subject: [PATCH] CodeBackupStage --- force-app/main/default/classes/DealerInquiryModifyStateController.cls | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/DealerInquiryModifyStateController.cls b/force-app/main/default/classes/DealerInquiryModifyStateController.cls index 0cbe0b6..2d8fda5 100644 --- a/force-app/main/default/classes/DealerInquiryModifyStateController.cls +++ b/force-app/main/default/classes/DealerInquiryModifyStateController.cls @@ -51,6 +51,9 @@ 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; @@ -129,6 +132,7 @@ } public PageReference init() { + remindMsg = ''; PartnerSoapSforceCom.Soap soap = new PartnerSoapSforceCom.Soap(); soap.SessionHeader = new PartnerSoapSforceCom.SessionHeader_element(); soap.SessionHeader.sessionId = UserInfo.getSessionId(); @@ -420,6 +424,8 @@ '鍙栧緱鏈�杩戠殑 ' + oppCount + ' 鏉℃暟鎹�' ) ); + //add by Link 2023-6-2 + remindMsg = '鍙栧緱鏈�杩戠殑 ' + oppCount + ' 鏉℃暟鎹�'; } else if (!String.isBlank(this.sortKey)) { if (oppCount > oppLimit) { ApexPages.addmessage( @@ -428,6 +434,8 @@ '鏁版嵁瓒呰繃' + oppLimit + '浠讹紝鍙樉绀哄墠' + oppLimit + '浠�' ) ); + //add by Link 2023-6-2 + remindMsg = '鏁版嵁瓒呰繃' + oppLimit + '浠讹紝鍙樉绀哄墠' + oppLimit + '浠�'; } else { ApexPages.addmessage( new ApexPages.message( @@ -435,6 +443,8 @@ '鍏辨湁 ' + oppCount + ' 鏉℃暟鎹�' ) ); + //add by Link 2023-6-2 + remindMsg = '鍏辨湁 ' + oppCount + ' 鏉℃暟鎹�'; } } else { ApexPages.addmessage( @@ -443,6 +453,8 @@ '鍏辨湁 ' + oppCount + ' 鏉℃暟鎹�' ) ); + //add by Link 2023-6-2 + remindMsg = '鍏辨湁 ' + oppCount + ' 鏉℃暟鎹�'; } } //妫�绱㈡潯浠讹細鏁版嵁瀛楁1锛屾暟鎹瓧娈�2锛屾暟鎹瓧娈�3鍧囨弧瓒宠繘鍏ユ鏂规硶 鍒ゆ柇澶氱鎯呭喌 @@ -645,6 +657,8 @@ 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