Commit 67952926c5c3f58a7d1de48fd78486370fdbcc1b
1 parent
0179e72074
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
6795292
... | ... | @@ -663,6 +663,7 @@ |
663 | 663 | bm.setExpVip(b.getExpVip()); |
664 | 664 | bm.setMremark(b.getMremark()); |
665 | 665 | bm.setDiagnose(JsonUtil.array2JsonString(b.getDiagnose())); |
666 | + bm.setLastDiagnose(JsonUtil.array2JsonString(b.getDiagnose())); | |
666 | 667 | |
667 | 668 | if (b.getExpType() != null) { |
668 | 669 | if (b.getExpType() == ExpEnums.SGY.getId()) { |