123
chenjingwu
2024-04-24 36305d06f22db8e81a73dd6bcccb57311ea80e51
force-app/main/default/classes/MaintenanceProductDataController.cls
@@ -553,6 +553,7 @@
                        exmpdDetailsRecordsMap.put(id,exList);
                    }
                }
                System.debug('chenjingwu=>' + idList);
                System.debug('chenjingwu=>' + muCountMap);
                System.debug('chenjingwu=>' + exmpdDetailsRecordsMap);
                System.debug('chenjingwu=>' + mpdDetailsRecords);
@@ -936,7 +937,7 @@
                                InsAfterDel.MultiYearWarranty__c = ex.mpdrdd.MultiYearWarranty__c;
                                InsAfterDel.MultiOneYearWarrantyPrice__c = ex.mpdrdd.MultiOneYearWarrantyPrice__c;
                                InsAfterDel.AmountWithheld__c = ex.mpdrdd.AmountWithheld__c;
                                InsAfterDel.ProductsID__c = ex.mpdrdd.ProductName__c;
                                InsAfterDel.ProductsID__c = ex.mpdrdd.ProductsID__c;
                                InsAfterDel.AgeLimit_Old__c = ex.Prod.AgeLimit__c;
                                InsAfterDel.MultiOneYearWarrantyPrice_Old__c = ex.Prod.MultiOneYearWarrantyPrice__c;