Commit fd4be943bbc9bab532d93e8f568d15701d7b918c
1 parent
2df71d4d30
Exists in
master
修改产检删除
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
fd4be94
... | ... | @@ -385,10 +385,10 @@ |
385 | 385 | String hospital = autoMatchFacade.getHospitalId(userId); |
386 | 386 | patientsQuery.setHospitalId(hospital); |
387 | 387 | |
388 | - boolean result = autoMatchFacade.checkBStatus(userId); | |
388 | + /* boolean result = autoMatchFacade.checkBStatus(userId); | |
389 | 389 | if(!result){ |
390 | 390 | patientsQuery.setEnable("0"); |
391 | - } | |
391 | + }*/ | |
392 | 392 | } |
393 | 393 | patientsQuery.setNeed(needPage); |
394 | 394 |