李彤
2022-05-12 a2f7f78e8b02e3613c9ff9cf584de2ec0bda075d
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}