force-app/main/default/classes/UpdateContractAimAmountHandler.cls
@@ -246,7 +246,12 @@ } } if(!System.Test.isRunningTest()){ //Before : //if(!System.Test.isRunningTest()){ //After : to avoid mutiple execute //if(!(System.Test.isRunningTest()||System.isFuture()||System.isBatch())){ //Update by Li Jun for PIPL 20220304 if(!(System.Test.isRunningTest()||System.isFuture()||System.isBatch())){ if (queueableAccountIdList.size() > 0) { NFM601Controller.callout('', queueableAccountIdList);