Browse Source

no message

master
parent
commit
27da93f6e4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/main/java/com/ffii/lioner/modules/lioner/pdf/service/PdfService.java

+ 3
- 0
src/main/java/com/ffii/lioner/modules/lioner/pdf/service/PdfService.java View File

@@ -634,6 +634,9 @@ public class PdfService extends AbstractBaseEntityService<Pdf, Long, PdfReposito
setValueIfPresent(form, "assetNetBusinessInterestLast", formatNum(client.getNetBusinessInterestLast()));
setValueIfPresent(form, "assetProperties", formatNum(client.getPersonalPropertiesCurrent()));
setValueIfPresent(form, "assetPropertiesLast", formatNum(client.getPersonalPropertiesLast()));
setValueIfPresent(form, "assetRealEstate", formatNum(client.getRealEstateCurrent()));
setValueIfPresent(form, "assetRealEstateLast", formatNum(client.getRealEstateLast()));

setValueIfPresent(form, "assetOtherNonLiquid", formatNum(client.getOtherNonLiquidCurrent()));
setValueIfPresent(form, "assetOtherNonLiquidLast", formatNum(client.getOtherNonLiquidLast()));
setValueIfPresent(form, "totalNonLiquidAsset", formatNum(client.getTotalNonLiquidAssetCurrent()));


Loading…
Cancel
Save