From e2614ccbb5e53f8a3d41154a4d2d39748e78985c Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 17:04:03 +0800
Subject: [PATCH] 123

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

diff --git a/force-app/main/default/classes/lexNewQuoteEntryController.cls b/force-app/main/default/classes/lexNewQuoteEntryController.cls
index 19a4776..8d05dec 100644
--- a/force-app/main/default/classes/lexNewQuoteEntryController.cls
+++ b/force-app/main/default/classes/lexNewQuoteEntryController.cls
@@ -252,7 +252,7 @@
       }
     }
     allMap.put('optionMap',optionMap);
-    List<MultiYearWarranty__c> muList = [select Id,ProductName__c from MultiYearWarranty__c where ProductName__c in:idList];
+    List<MultiYearWarranty__c> muList = [select Id,ProductName__c,MultiOneYearWarrantyPrice__c,AmountWithheld__c,AgeLimit__c from MultiYearWarranty__c where ProductName__c in:idList];
     for(String id: idList){
       List<MultiYearWarranty__c> muList1 = new List<MultiYearWarranty__c>();
       for(MultiYearWarranty__c mu : muList){

--
Gitblit v1.9.1