Commit 4b1575b75c13c45052ff88b083f9aaae3aa9c425
1 parent
57c1a128c7
Exists in
master
and in
6 other branches
新曾高危优化
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
4b1575b
... | ... | @@ -681,7 +681,8 @@ |
681 | 681 | if (CollectionUtils.isNotEmpty(list)) { |
682 | 682 | if (list.size() == 1) { |
683 | 683 | AntExRecordModel oneRecord = list.get(0); |
684 | - if (!(CollectionUtils.isNotEmpty(oneRecord.gethRisk()) && oneRecord.gethRisk().contains("d42eec03-aa86-45b8-a4e0-78a0ff365fb6"))) { | |
684 | + if (!(CollectionUtils.isNotEmpty(oneRecord.gethRisk()) && | |
685 | + oneRecord.gethRisk().contains("d42eec03-aa86-45b8-a4e0-78a0ff365fb6")) && oneRecord.getType() == 2) { | |
685 | 686 | if (CollectionUtils.isNotEmpty(oneRecord.gethRisk())) { |
686 | 687 | beforeRecordQuery.setParentId(patientId); |
687 | 688 | beforeRecordQuery.setCheckTimeEnd(oneRecord.getCheckTime()); |