Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
qinchao
2019-04-29 18:22:27 +0800
Commit
c11dbca86e2492f8893a49ddbf77dc60638ac8a9
2 parents
001eaf9c
7598db84
Merge branch 'test6.9.2' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.9.2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
product/src/main/java/com/yohoufo/product/controller/ProductController.java
product/src/main/java/com/yohoufo/product/controller/ProductController.java
View file @
c11dbca
...
...
@@ -398,6 +398,8 @@ public class ProductController {
}
@RequestMapping
(
"/product/clearCache"
)
@IgnoreSignature
@IgnoreSession
public
ApiResponse
clearProductCaches
(
@RequestParam
(
value
=
"skup"
,
required
=
true
)
Integer
skup
)
{
LOG
.
info
(
"in method=ufo.product.clearCache skup={}"
,
skup
);
...
...
Please
register
or
login
to post a comment