Commit a98d397b232e45f03cd8a86f4af5d46bb76999e8
1 parent
9b40c60603
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BabyHighRiskBabyResult.java
View file @
a98d397
| ... | ... | @@ -3,6 +3,7 @@ |
| 3 | 3 | |
| 4 | 4 | import com.lyms.platform.common.base.IBasicResultConvert; |
| 5 | 5 | import com.lyms.platform.common.utils.DateUtil; |
| 6 | +import com.lyms.platform.common.utils.StringUtils; | |
| 6 | 7 | import com.lyms.platform.pojo.BabyHighRiskBabyModel; |
| 7 | 8 | |
| 8 | 9 | import java.util.Date; |
| ... | ... | @@ -1136,8 +1137,7 @@ |
| 1136 | 1137 | setAuxiliaryExamin(destModel.getAuxiliaryExamin()); |
| 1137 | 1138 | |
| 1138 | 1139 | //前囟{闭合、未闭合、未闭合尺寸x-y} |
| 1139 | - setBregmaStr(destModel.getBregma().get("wbhcc1")); | |
| 1140 | - setBregmaValue(destModel.getBregma().get("wbhcc2")); | |
| 1140 | + setBregma(destModel.getBregma()); | |
| 1141 | 1141 | |
| 1142 | 1142 | } catch (Exception e) { |
| 1143 | 1143 | e.printStackTrace(); |