张宇恒
2022-04-15 6c756e2a0ec1d67b1c13d3b9c2a387e046456ffa
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}