Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
LUOXC
2020-04-20 10:36:43 +0800
Commit
ae5ab80aa69db1b35d304ed3663a2167bc0e576b
2 parents
cdbec0b9
828c2805
Merge branch 'test6.10.0' of
http://git.yoho.cn/ufo/ufo-platform
into test6.10.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
product/src/main/java/com/yoho/ufo/controller/product/SizePoolController.java
product/src/main/java/com/yoho/ufo/controller/product/SizePoolController.java
View file @
ae5ab80
...
...
@@ -27,7 +27,7 @@ public class SizePoolController {
private
ISizePoolService
sizePoolService
;
@RequestMapping
(
value
=
"/addSizePool"
)
public
ApiResponse
addSizePool
(
@RequestBody
SizePoolRequest
bo
)
{
public
ApiResponse
addSizePool
(
SizePoolRequest
bo
)
{
LOGGER
.
info
(
" Method addSizePool in."
);
try
{
sizePoolService
.
addSizePool
(
bo
);
...
...
Please
register
or
login
to post a comment