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