force-app/main/default/classes/MaintenanceUpdateProductHandler.cls
@@ -459,12 +459,13 @@ mu.AmountWithheld__c = mpdDetails.AmountWithheld__c; mu.ProductName__c = mpdDetails.ProductsID__c; muUPdate.add(mu); } // chenjingwu 3+2多年保修 20240226 end }else{ //跟新标识 product2.IsFromSAP__c = true; product2Update.add(product2); } // chenjingwu 3+2多年保修 20240226 end } // chenjingwu 3+2多年保修 20240226 start if(muUPdate.size()>0 && muUPdate !=null ){ if(muIdList.size()>0 && muIdList !=null ){