游畅
2022-04-28 a25138b23fdaa05197fb25fdbb3202f122235611
1
2
3
4
trigger UpdateContractAimAmount on Account (before insert, after insert, before update, after update) {
    UpdateContractAimAmountHandler handler = new UpdateContractAimAmountHandler();
    handler.run();
}