Commit def1b07a56bdca1797ecdece009ebcfc648a2f2b
1 parent
45a8ebdfa2
Exists in
master
and in
6 other branches
注释掉原来老产检劵验证
Showing 1 changed file with 2 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PredictedStatisticsFacade.java
View file @
def1b07
| ... | ... | @@ -95,10 +95,8 @@ |
| 95 | 95 | List<RiskLevelResultModel> riskLevelResultModelList = getRiskLevel(patients.getRiskLevelId()); |
| 96 | 96 | predictedStatisticsQueryModel.setRiskLevelResultModelList(riskLevelResultModelList); |
| 97 | 97 | predictedStatisticsQueryModel.setRiskLevelNameString(getRiskLevelString(riskLevelResultModelList)); |
| 98 | - if(StringUtils.isNotEmpty(patients.getoRiskFactor())){ | |
| 99 | - patients.getRiskFactorId().add(patients.getoRiskFactor()); | |
| 100 | - } | |
| 101 | - predictedStatisticsQueryModel.setRiskFactor(getRiskFactor(patients.getRiskFactorId())); | |
| 98 | + | |
| 99 | + predictedStatisticsQueryModel.setRiskFactor(getRiskFactor(patients.getRiskFactorId())+patients.getoRiskFactor()); | |
| 102 | 100 | predictedStatisticsQueryModel.setLastCheckEmployee(getLastCheckEmployee(patients.getLastCheckEmployeeId())); |
| 103 | 101 | predictedStatisticsQueryModel.setGestationalWeeks(getGestationalWeeks(patients.getLastMenses(), patients.getType(), patients.getDueStatus())); |
| 104 | 102 | predictedStatisticsQueryModel.setRiskScore(null == patients.getRiskScore() ? "" : patients.getRiskScore().toString()); |