Li Jun
2022-03-31 8428edb9920a6a082c88cad454b0dc636297e775
1
2
3
4
trigger UpdateContractAimAmount on Account (before insert, after insert, before update, after update) {
    UpdateContractAimAmountHandler handler = new UpdateContractAimAmountHandler();
    handler.run();
}