123
chenjingwu
2024-04-23 2b9107d5708d3e4ac98ac29e70760a5947a5fc3e
force-app/main/default/classes/MaintenanceProductDataController.cls
@@ -549,9 +549,12 @@
                            }
                        }
                        exList.add(new ExMpdDetailsInfo());
                        muCountMap.put(id,exList.size());
                        exmpdDetailsRecordsMap.put(id,exList);
                    }
                }
                System.debug('chenjingwu=>' + muCountMap);
                System.debug('chenjingwu=>' + exmpdDetailsRecordsMap);
                // chenjingwu 3+2多年保修   20240417 end
            } 
        }    
@@ -889,7 +892,7 @@
                    }
                }
                List<Maintenance_Product_Data_Details__c> exIntList = new List<Maintenance_Product_Data_Details__c>();
                if(mpdDetailsRecords.size() > 0 && RecordTypeName.equals('GuranteeMain')){
                if(RecordTypeName.equals('GuranteeMain')){
                    if(exmpdDetailsRecordsMap == null){
                        
                        // chenjingwu 3+2多年保修 20240417 start