Commit 57c1a128c7aef0f447f83b8fbd8fceb48410a325
1 parent
4620be310b
Exists in
master
and in
6 other branches
新曾高危优化
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
57c1a12
... | ... | @@ -685,7 +685,7 @@ |
685 | 685 | if (CollectionUtils.isNotEmpty(oneRecord.gethRisk())) { |
686 | 686 | beforeRecordQuery.setParentId(patientId); |
687 | 687 | beforeRecordQuery.setCheckTimeEnd(oneRecord.getCheckTime()); |
688 | - //beforeRecordQuery.setNeqId(oneRecord.getId()); | |
688 | + beforeRecordQuery.setNeqId(oneRecord.getId()); | |
689 | 689 | List<AntExRecordModel> beforeAntRecords = recordService.queryAntExRecords(beforeRecordQuery); |
690 | 690 | if (CollectionUtils.isNotEmpty(beforeAntRecords)) { |
691 | 691 | AntExRecordModel twoRecord = beforeAntRecords.get(0); |