Commit 2742c4cb5f63005c502842e3ae9d8cf8c6ced609
1 parent
f9ca556785
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/VolumeComponentAnalysisFacade.java
View file @
2742c4c
... | ... | @@ -240,7 +240,7 @@ |
240 | 240 | Double.parseDouble(volumeComponentAnalysisModel.getWeight()),//当前体重 |
241 | 241 | DateUtil.getWeek(patients.getLastMenses(), new Date()),//孕周 |
242 | 242 | bmi,//bmi |
243 | - "1",//1单胎 | |
243 | + "2".equals(volumeComponentAnalysisModel.getBregmatic()) ? "2" : "1",// 1 表达单胎 2 表示多胎 | |
244 | 244 | volumeComponentAnalysisModel.getHeight(),//孕前身高(当前身高^) |
245 | 245 | "0");//默认0 |
246 | 246 | userMap.put("kacl", kmap.get("kulStart"));//能量值 |