Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -75,7 +75,7 @@ public class ResourceInjector implements HandlerInterceptor { | ... | @@ -75,7 +75,7 @@ public class ResourceInjector implements HandlerInterceptor { |
| 75 | log.info("Resource not found; id:{}", id); | 75 | log.info("Resource not found; id:{}", id); |
| 76 | throw ClientEndExceptions.ResourceNotFound.build("项目点不存在"); | 76 | throw ClientEndExceptions.ResourceNotFound.build("项目点不存在"); |
| 77 | } | 77 | } |
| 78 | - httpServletRequest.setAttribute(PathVariableResourceConstants.INJECTED_CLIENT, response); | 78 | + httpServletRequest.setAttribute(PathVariableResourceConstants.INJECTED_CLIENT, response.getClient()); |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | /* | 81 | /* | ... | ... |
-
Please register or login to post a comment