123
chenjingwu
2024-04-11 e2614ccbb5e53f8a3d41154a4d2d39748e78985c
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){