Commit 9d64edc732846404dd8aba527ddadc520da35973
1 parent
803d65686c
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
9d64edc
... | ... | @@ -173,6 +173,7 @@ |
173 | 173 | String hospitalId = autoMatchFacade.getHospitalId(userId); |
174 | 174 | AntExChuQuery antExChuQuery1 = new AntExChuQuery(); |
175 | 175 | antExChuQuery1.setParentId(excAddRequest.getParentId()); |
176 | + antExChuQuery1.setYn(YnEnums.YES.getId()); | |
176 | 177 | List<AntExChuModel> data1 = antenatalExaminationService.queryAntExChu(antExChuQuery1); |
177 | 178 | //初诊只能建一次 |
178 | 179 | if (CollectionUtils.isEmpty(data1)) { |