Commit e9a20e7ae823f95db325d11c98316309fcee3687
1 parent
1d691e4aac
Exists in
master
and in
6 other branches
删除最后一次顿号
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
e9a20e7
| ... | ... | @@ -427,12 +427,12 @@ |
| 427 | 427 | Map olevel = new HashMap(); |
| 428 | 428 | if (StringUtils.isNotEmpty(record.getfId())) { |
| 429 | 429 | String risk = null; |
| 430 | - if (record.getType() == 1) { | |
| 430 | + if (record.getType() == 2) { | |
| 431 | 431 | AntExChuModel model = antExService.findOne(record.getfId()); |
| 432 | 432 | if (null != model) { |
| 433 | 433 | risk = model.getOtherHighRisk(); |
| 434 | 434 | } |
| 435 | - } else if (record.getType() == 2) { | |
| 435 | + } else if (record.getType() == 1) { | |
| 436 | 436 | AntenatalExaminationModel model = antExService.findOneById(record.getfId()); |
| 437 | 437 | if (null != model) { |
| 438 | 438 | risk = model.getOtherRisk(); |