Commit 4563017575b7d0f2ccfe1f45c5b64a5b32a1b40a

Authored by yangfei
1 parent f6437d759c

高危因数统计

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 4563017
... ... @@ -197,6 +197,7 @@
197 197 map.put("hcertificateType", getBasicConfig(data.getHcertificateTypeId()));
198 198 map.put("hcertificateNum", data.getHcertificateNum());
199 199 map.put("husbandBirth", DateUtil.getyyyy_MM_dd(data.getHusbandBirth()));
  200 + map.put("husbandAge", DateUtil.getAge(data.getHusbandBirth()));
200 201 map.put("hcountry", getBasicConfig(data.getHcountryId()));
201 202 map.put("hnation", getBasicConfig(data.getHnationId()));
202 203 map.put("husbandPhone", data.getHusbandPhone());