李彤
2023-03-14 9ad08d4425a05cdacc424e98322e48fa57cc3729
force-app/main/default/triggers/Opponent_Bid_InformationTrigger.trigger
@@ -1,5 +1,5 @@
trigger Opponent_Bid_InformationTrigger on Opponent_Bid_Information__c (after update) {
   Opponent_Bid_InformationHandler handler = new Opponent_Bid_InformationHandler();
    Opponent_Bid_InformationHandler handler = new Opponent_Bid_InformationHandler();
    handler.run();
}