李金换
2022-11-30 0e43bab9d421948c61ca0f79b763942ba9e724a6
1
2
3
4
trigger UpdateContractAimAmount on Account (before insert, after insert, before update, after update) {
    UpdateContractAimAmountHandler handler = new UpdateContractAimAmountHandler();
    handler.run();
}