Commit 913cbdf3c8100ee9cfca49ebd8ddd65727885dd1

Authored by jiangjiazhi
1 parent 33294475e1
Exists in master and in 2 other branches 0116, dev

分娩作废产检劵

Showing 1 changed file with 3 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ 913cbdf
... ... @@ -526,14 +526,14 @@
526 526 //查询主档案
527 527 patientsQuery.setExtEnable(false);
528 528  
529   - String group = groupsFacade.findByCurrentUserId(autoMatchFacade.getHospitalId(userId));
  529 +
530 530 //如果身份证号码不为空就以身份证号码查询
531 531 if (!StringUtils.isEmpty(bookbuildingQueryRequest.getCardNo())) {
532 532  
533   - if(StringUtils.isNotEmpty(group)){
  533 + /* if(StringUtils.isNotEmpty(group)){
534 534 //区域模式
535 535 patientsQuery.setHospitalList(groupsFacade.findGroupHospital(userId, false));
536   - }
  536 + }*/
537 537 patientsQuery.setCardNo(bookbuildingQueryRequest.getCardNo());
538 538 patients = yunBookbuildingService.queryPregnantWithQuery(patientsQuery, "bookbuildingDate", Sort.Direction.DESC);
539 539 }