Commit 299e5711949b24205e57231cf345a2609bb70412
1 parent
c46e3b9765
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PreEugenicsBaseController.java
View file @
299e571
... | ... | @@ -42,8 +42,8 @@ |
42 | 42 | @RequestMapping(method = RequestMethod.GET, value = "/getInfoByIdCard") |
43 | 43 | @ResponseBody |
44 | 44 | @TokenRequired |
45 | - public BaseResponse getPatientInfoByIdCard(@JsonAlias CommonParamRequest param) { | |
46 | - return iPreEugenicsService.getPatientInfoByIdCard(param); | |
45 | + public BaseResponse getPatientInfoByIdCard(@JsonAlias CommonParamRequest param,HttpServletRequest request) { | |
46 | + return iPreEugenicsService.getPatientInfoByIdCard(param,getUserId(request)); | |
47 | 47 | } |
48 | 48 | |
49 | 49 | /** |