Commit 787ced5cb8658ca77c2f98f5ab6c710d3c80ddf9
1 parent
c57d9cec85
Exists in
master
and in
6 other branches
//秦皇岛-高危儿专科(月龄=检查时间-预产期)改为之前的逻辑
Showing 1 changed file with 6 additions and 6 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyHighRiskBabyFacade.java
View file @
787ced5
| ... | ... | @@ -631,12 +631,12 @@ |
| 631 | 631 | babyHighRiskBabyResult.setHighRiskDiagnoseStr(diagnoseValue); |
| 632 | 632 | |
| 633 | 633 | //秦皇岛-高危儿专科(月龄=检查时间-预产期) |
| 634 | - if(StringUtils.isNotEmpty(hospitalId)&&"216".equals(hospitalId)){ | |
| 635 | - if(null!=babyHighRiskBabyModel.getCheckDate()&&null!=birthDueDate){ | |
| 636 | - String checkMonth=DateUtil.getBabyMonthAge(birthDueDate,babyHighRiskBabyModel.getCheckDate()); | |
| 637 | - babyHighRiskBabyResult.setCheckMonth(checkMonth); | |
| 638 | - } | |
| 639 | - } | |
| 634 | +// if(StringUtils.isNotEmpty(hospitalId)&&"216".equals(hospitalId)){ | |
| 635 | +// if(null!=babyHighRiskBabyModel.getCheckDate()&&null!=birthDueDate){ | |
| 636 | +// String checkMonth=DateUtil.getBabyMonthAge(birthDueDate,babyHighRiskBabyModel.getCheckDate()); | |
| 637 | +// babyHighRiskBabyResult.setCheckMonth(checkMonth); | |
| 638 | +// } | |
| 639 | +// } | |
| 640 | 640 | babyHighRiskBabyResultList.add(babyHighRiskBabyResult); |
| 641 | 641 | } |
| 642 | 642 | } |