Commit decd0cd6cf09872cabbd068a40954618950ad50d

Authored by wtt
1 parent 36bd353ca3

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ decd0cd
... ... @@ -2322,7 +2322,7 @@
2322 2322 res = "下";
2323 2323 }
2324 2324 map.put("res", res);
2325   - map.put("value", model.getRtwoDs().toString());
  2325 + map.put("value", model.getMiddleDs().toString());
2326 2326 }
2327 2327  
2328 2328 return map;