Commit 8af23fd4e7211783aa3d940de73e97ee1de86a32

Authored by jiangjiazhi
1 parent a2b60e1686

孕妇分娩后 变成产妇

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java View file @ 8af23fd
... ... @@ -114,6 +114,7 @@
114 114 */
115 115 @RequestMapping(value = "/apatients", method = RequestMethod.GET)
116 116 @ResponseBody
  117 + @TokenRequired
117 118 public BaseResponse queryAllPatients(@Valid RiskPatientsQueryRequest patientsQueryRequest,HttpServletRequest request){
118 119 LoginContext loginState = (LoginContext) request.getAttribute("loginContext");
119 120 return patientFacade.queryHighRisk(patientsQueryRequest, null, 3,loginState.getId());