Commit 8d3ad926ff045c089f535c11ba1b0168b3f60fde

Authored by yangfei
1 parent 624cad3655

产检增加字段

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 8d3ad92
... ... @@ -279,6 +279,8 @@
279 279 /* 基本信息 */
280 280 //孕妇基本信息
281 281 map.put("id",data.getId());
  282 + map.put("neoDeathTodo",data.getNeoDeathTodo());
  283 + map.put("birthDefectTodo",data.getBirthDefectTodo());
282 284 map.put("diagnosisOther",data.getDiagnosisOther());
283 285 map.put("username",patients.getUsername());
284 286 map.put("birth", DateUtil.getyyyy_MM_dd(patients.getBirth()));