new Changes
This commit is contained in:
parent
4cac919f42
commit
99789f78a4
@ -51,10 +51,10 @@ public class TDS_Calculation {
|
|||||||
System.out.println("Interest Paid:" + INTT_PROJECTED);
|
System.out.println("Interest Paid:" + INTT_PROJECTED);
|
||||||
String INTT_PAYOUT_FREQ = (String) accountDetails.get("INTT_PAYOUT_FREQ");
|
String INTT_PAYOUT_FREQ = (String) accountDetails.get("INTT_PAYOUT_FREQ");
|
||||||
System.out.println("INTT_PAYOUT_FREQ:" + INTT_PAYOUT_FREQ);
|
System.out.println("INTT_PAYOUT_FREQ:" + INTT_PAYOUT_FREQ);
|
||||||
//double ProjectedAmt = calculateProjectedAmount(accountDetails);
|
double ProjectedAmt = calculateProjectedAmount(accountDetails);
|
||||||
// System.out.println("Projected amount for the account:" + accNo + " " + ProjectedAmt);
|
System.out.println("Projected amount for the account:" + accNo + " " + ProjectedAmt);
|
||||||
String prodCode = (String) accountDetails.get("PROD_CODE");
|
String prodCode = (String) accountDetails.get("PROD_CODE");
|
||||||
// insertProjectedAmount(accNo, ProjectedAmt, prodCode);
|
insertProjectedAmount(accNo, ProjectedAmt, prodCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user