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