Commit 48f372d9559cb4fc6d36d2134703572e1a636354
1 parent
9a62aac30d
Exists in
master
and in
2 other branches
威县档案列表去掉过滤,增加档案录入人员的下拉选择
Showing 2 changed files with 3 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
View file @
48f372d
... | ... | @@ -670,9 +670,9 @@ |
670 | 670 | patientManagerRequest.setOperatorId(((LoginContext) httpServletRequest.getAttribute("loginContext")).getId()); |
671 | 671 | |
672 | 672 | //威县数据流转 |
673 | - if(OrganizationConstant.XT_WX.equals(String.valueOf(organization.getId()))){ | |
673 | + /*if(OrganizationConstant.XT_WX.equals(String.valueOf(organization.getId()))){ | |
674 | 674 | patientManagerRequest.setBookbuildingDoctor(String.valueOf(patientManagerRequest.getOperatorId())); |
675 | - } | |
675 | + }*/ | |
676 | 676 | // PatientManagerResult patientManagerResult = patientFacade.patientManager(patientManagerRequest); |
677 | 677 | PatientManagerResult patientManagerResult = patientFacade.patientManager(patientManagerRequest); |
678 | 678 | if (patientManagerResult.getErrorcode() != ErrorCodeConstants.SUCCESS) { |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/StopPregnancyFacade.java
View file @
48f372d