Commit c7da55c75d8d9b2dadad6f23cc827692c5e5fc6c

Authored by wtt
1 parent a4446b3682

update

Showing 2 changed files with 3 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ c7da55c
... ... @@ -2334,7 +2334,7 @@
2334 2334 res = "下";
2335 2335 }
2336 2336 map.put("res", res);
2337   - map.put("value", model.getPthreeDs().toString());
  2337 + map.put("value", model.getMiddleDs().toString());
2338 2338 } catch (Exception e) {
2339 2339 e.printStackTrace();
2340 2340 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/BabyListTask.java View file @ c7da55c
... ... @@ -84,6 +84,8 @@
84 84 result.setOutcome("死亡");
85 85 }
86 86 }
  87 + }else {
  88 + result.setEndCase("否");
87 89 }
88 90  
89 91