Commit 300948bb3829f103dc6dd950c5b8674c35785c3e
1 parent
eefff3bb63
Exists in
master
and in
6 other branches
改字段
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 @
300948b
| ... | ... | @@ -1220,6 +1220,7 @@ |
| 1220 | 1220 | private BabyBuildResult getBabyBuildResult(BabyModel model) { |
| 1221 | 1221 | BabyBuildResult result = new BabyBuildResult(); |
| 1222 | 1222 | // result.setmHighRiskReason(mongoUtil.findNames(model.getmHighRiskReason())); |
| 1223 | + | |
| 1223 | 1224 | result.setmHighRiskReason(mongoUtil.findColor(model.getmHighRiskReason())); |
| 1224 | 1225 | |
| 1225 | 1226 | result.setId(model.getId()); |