Commit 1997a3cf by zhangxingmin

push

parent c5ab6c47
...@@ -247,8 +247,9 @@ public class PolicyReportPdfService { ...@@ -247,8 +247,9 @@ public class PolicyReportPdfService {
// 第五行:年繳金額 | 金額值 | 保費徵費 | 費用值 // 第五行:年繳金額 | 金額值 | 保費徵費 | 費用值
addTableHeaderCellNoBorder(table, "年繳金額"); addTableHeaderCellNoBorder(table, "年繳金額");
addTableCellNoBorder(table, formatAmount(data.getAnnualAmount())); addTableCellNoBorder(table, formatAmount(data.getAnnualAmount()));
//保单征费
addTableHeaderCellNoBorder(table, "保費徵費"); addTableHeaderCellNoBorder(table, "保費徵費");
addTableCellNoBorder(table, formatAmount(data.getPremiumFee())); addTableCellNoBorder(table, formatAmount(data.getPolicyLevy()));
// 第六行:首期合計金額 | 金額值 | (空) | (空) // 第六行:首期合計金額 | 金額值 | (空) | (空)
addTableHeaderCellNoBorder(table, "首期合計金額"); addTableHeaderCellNoBorder(table, "首期合計金額");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment