Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2025-04-16 14:26:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a198633182cfbb3c1d7f4378c2b1c015b146d353
a1986331
1 parent
c5665e07
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/infoloop/tianting/intercepter/ResourceInjector.java
src/main/java/com/infoloop/tianting/intercepter/ResourceInjector.java
View file @
a198633
...
...
@@ -75,7 +75,7 @@ public class ResourceInjector implements HandlerInterceptor {
log
.
info
(
"Resource not found; id:{}"
,
id
);
throw
ClientEndExceptions
.
ResourceNotFound
.
build
(
"项目点不存在"
);
}
httpServletRequest
.
setAttribute
(
PathVariableResourceConstants
.
INJECTED_CLIENT
,
response
);
httpServletRequest
.
setAttribute
(
PathVariableResourceConstants
.
INJECTED_CLIENT
,
response
.
getClient
()
);
}
/*
...
...
Please
register
or
login
to post a comment