Commit 43ca98d654f0100fab327cc5292bdb44cd6f3a83
1 parent
be7c2490ad
Exists in
master
and in
6 other branches
追访模块bug修改
Showing 2 changed files with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
43ca98d
| ... | ... | @@ -2089,7 +2089,7 @@ | 
| 2089 | 2089 | patientsQuery.setEnable("2"); | 
| 2090 | 2090 | } | 
| 2091 | 2091 | Patients patients = null; | 
| 2092 | - System.out.println("复诊时查询当前医院是否有隐藏建档条件:" + patientsQuery.convertToQuery().convertToMongoQuery()); | |
| 2092 | + // System.out.println("复诊时查询当前医院是否有隐藏建档条件:" + patientsQuery.convertToQuery().convertToMongoQuery()); | |
| 2093 | 2093 | List<Patients> list = patientsService.queryPatient1(patientsQuery, "modified"); | 
| 2094 | 2094 | if (CollectionUtils.isNotEmpty(list)) { | 
| 2095 | 2095 | return list.get(0); | 
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TrackDownFacade.java
View file @
43ca98d
| ... | ... | @@ -546,6 +546,8 @@ | 
| 546 | 546 | try { | 
| 547 | 547 | downRecordQuery = convertNaviteQuery(downQueryRequest, userId); | 
| 548 | 548 | }catch (Exception e){ | 
| 549 | + BaseObjectResponse baseObjectResponse = new BaseObjectResponse(); | |
| 550 | + baseObjectResponse.setData(new ArrayList<>()); | |
| 549 | 551 | return new BaseObjectResponse(); | 
| 550 | 552 | } | 
| 551 | 553 | List<TrackDownRecord> downRecordList = trackDownRecordService.queryTrackDown(downRecordQuery); |