Commit e53211a33add57b13d5d90238f69f59bc8d6c830
1 parent
53e4ce8c7b
Exists in
master
and in
6 other branches
高危检查列表
Showing 1 changed file with 2 additions and 9 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
e53211a
| ... | ... | @@ -697,15 +697,8 @@ |
| 697 | 697 | } |
| 698 | 698 | else |
| 699 | 699 | { |
| 700 | - if (StringUtils.isNotEmpty(request.getRiskFactorId())) | |
| 701 | - { | |
| 702 | - if (CollectionUtils.isNotEmpty(oneRecord.gethRisk()) && getConditionRisk(request.getRiskFactorId(), oneRecord.gethRisk(),request.getLevel())) | |
| 703 | - { | |
| 704 | - ids.add(oneRecord.getId()); | |
| 705 | - incriskMap.put(oneRecord.getId(), oneRecord.gethRisk()); | |
| 706 | - } | |
| 707 | - } | |
| 708 | - else | |
| 700 | + if (CollectionUtils.isNotEmpty(oneRecord.gethRisk()) && getConditionRisk(request.getRiskFactorId(), | |
| 701 | + oneRecord.gethRisk(),request.getLevel())) | |
| 709 | 702 | { |
| 710 | 703 | ids.add(oneRecord.getId()); |
| 711 | 704 | incriskMap.put(oneRecord.getId(), oneRecord.gethRisk()); |