高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/Opponent_Bid_InformationHandler.cls
@@ -1,5 +1,5 @@
public class Opponent_Bid_InformationHandler extends Oly_TriggerHandler  {
/**
   private Map<Id, Opponent_Bid_Information__c> newMap;
    private Map<Id, Opponent_Bid_Information__c> oldMap;
    private List<Opponent_Bid_Information__c> newList;
@@ -66,9 +66,10 @@
                    opp.CompetitorProduct4_part__c = n.CompetitorProduct4__r.Name;
                }
                oppList.add(opp);
            }
        }
        if (oppList.size() > 0) update oppList;
    }
    }**/
}