Commit d18496d0f1c8720503555858271986c424cfabc5
1 parent
a231fd5797
Exists in
master
and in
1 other branch
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 @
d18496d
| ... | ... | @@ -85,9 +85,9 @@ |
| 85 | 85 | @TokenRequired |
| 86 | 86 | public BaseListResponse queryPremaritalCheckup(@Valid PremaritalCheckupQueryRequest queryRequest, |
| 87 | 87 | HttpServletRequest request){ |
| 88 | - LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); | |
| 88 | +// LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); | |
| 89 | 89 | |
| 90 | - return premaritalCheckupFacade.queryPremaritalCheckup(queryRequest, loginState.getId()); | |
| 90 | + return premaritalCheckupFacade.queryPremaritalCheckup(queryRequest,1); | |
| 91 | 91 | } |
| 92 | 92 | } |