zhuyifan

fix

...@@ -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 /*
......