Commit 94fbf422b3cae0e064cac5d36e17686ba8f97b31

Authored by litao@lymsh.com
1 parent 8d247c0999

还原

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java View file @ 94fbf42
... ... @@ -348,7 +348,7 @@
348 348 try {
349 349 patientManagerRequest.setOperatorId(((LoginContext) httpServletRequest.getAttribute("loginContext")).getId());
350 350 // PatientManagerResult patientManagerResult = patientFacade.patientManager(patientManagerRequest);
351   - PatientManagerResult patientManagerResult = patientFacade.patientManager2(patientManagerRequest);
  351 + PatientManagerResult patientManagerResult = patientFacade.patientManager(patientManagerRequest);
352 352 if (patientManagerResult.getErrorcode() != ErrorCodeConstants.SUCCESS) {
353 353 baseListResponse = new BaseListResponse().setErrorcode(patientManagerResult.getErrorcode()).setErrormsg(patientManagerResult.getErrormsg());
354 354 return baseListResponse;