Commit 42d574ccbefbd3ced6b3f6e31d9e4fb29282f97a
1 parent
eb0ce0795f
Exists in
master
and in
8 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/PremaritalCheckupController.java
View file @
42d574c
... | ... | @@ -40,8 +40,8 @@ |
40 | 40 | public BaseResponse addOrUpdatePremaritalCheckup(@RequestBody PremaritalCheckupAddRequest addRequest, |
41 | 41 | HttpServletRequest request){ |
42 | 42 | //获取当前登录用户ID |
43 | - LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); | |
44 | - return premaritalCheckupFacade.addPremaritalCheckup(addRequest , loginState.getId()); | |
43 | +// LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); | |
44 | + return premaritalCheckupFacade.addPremaritalCheckup(addRequest , 1); | |
45 | 45 | } |
46 | 46 | |
47 | 47 |