From 966bae8d86b7b56cfed6c4074d77acd707043a43 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期三, 17 四月 2024 16:37:06 +0800
Subject: [PATCH] 123
---
force-app/main/default/classes/lexNewQuoteEntryController.cls | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/classes/lexNewQuoteEntryController.cls b/force-app/main/default/classes/lexNewQuoteEntryController.cls
index d1852c1..74db8b4 100644
--- a/force-app/main/default/classes/lexNewQuoteEntryController.cls
+++ b/force-app/main/default/classes/lexNewQuoteEntryController.cls
@@ -2947,7 +2947,7 @@
public Decimal exPrice;
public Decimal exPriceCopy;
// public List<Map<String, String>> Learning_CommunityOptions = new List<Map<String, String>>();
- public List<OptionTemplete> Learning_CommunityOptions = new ;
+ public List<OptionTemplete> Learning_CommunityOptions;
public List<MultiYearWarranty__c> multiYearWarrantyList;
// chenjingwu 3+2澶氬勾淇� 20240401 end
//fy DB202312538864 2024.02.02 start
@@ -2998,9 +2998,8 @@
// for(Integer j = 0;j < period;j++){
// optionTempleteList.add(new OptionTemplete((j + 1) + '骞�',(j + 1) + ''));
// }
- this.Learning_CommunityOptions = optionTempleteList;
-
}
+ this.Learning_CommunityOptions = optionTempleteList;
if(this.Learning_Community == '0' && this.Learning_CommunityOptions.size() > 1){
this.Learning_Community = this.multiYearWarrantyList.get(this.multiYearWarrantyList.size() - 1).AgeLimit__c + '';
this.exPrice = this.multiYearWarrantyList.get(this.multiYearWarrantyList.size() - 1).MultiOneYearWarrantyPrice__c;
--
Gitblit v1.9.1