Commit 154196af15c163b8e590a5c1f9dac1fa8de6dd71

Authored by hujiaqi
Exists in master

Merge remote-tracking branch 'origin/master'

Showing 1 changed file

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ 154196a
... ... @@ -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