提交人:陈绍鑫

日期:2025/6/4 12:30
内容:担保合同列表插件
This commit is contained in:
陈绍鑫 2025-06-05 10:10:52 +08:00
parent 801b0be909
commit fa670a1fb4
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ public class guaranteecontListPlugin extends AbstractListPlugin {
DecimalFormat df = new DecimalFormat("¥#,##0.00");
String formattedAmount = df.format(sumOfBal);
e.setFormatValue(formattedAmount);
}else {
DecimalFormat df = new DecimalFormat("¥#,##0.00");
String formattedAmount = df.format(BigDecimal.ZERO);
e.setFormatValue(formattedAmount);
}
}
}