Commit c35d81a500012d6240af6bf1a6912e5102244a7f

Authored by yangfei
1 parent 8993f6136b

高危因数统计

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 @ c35d81a
... ... @@ -196,6 +196,7 @@
196 196 map.put("husbandName", data.getHusbandName());
197 197 map.put("hcertificateType", getBasicConfig(data.getHcertificateTypeId()));
198 198 map.put("hcertificateNum", data.getHcertificateNum());
  199 + map.put("husbandBirth", DateUtil.getyyyy_MM_dd(data.getHusbandBirth()));
199 200 map.put("hcountry", getBasicConfig(data.getHcountryId()));
200 201 map.put("hnation", getBasicConfig(data.getHnationId()));
201 202 map.put("husbandPhone", data.getHusbandPhone());