Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
00af9731
Commit
00af9731
authored
Dec 12, 2018
by
Junling Bu
Browse files
chore[litemall-admin-api]: LitemallTopicController里面变量采用topic
parent
bd41479a
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin-api/src/main/java/org/linlinjava/litemall/admin/web/AdminTopicController.java
View file @
00af9731
...
...
@@ -83,8 +83,8 @@ public class AdminTopicController {
return
ResponseUtil
.
unlogin
();
}
LitemallTopic
brand
=
topicService
.
findById
(
id
);
return
ResponseUtil
.
ok
(
brand
);
LitemallTopic
topic
=
topicService
.
findById
(
id
);
return
ResponseUtil
.
ok
(
topic
);
}
@PostMapping
(
"/update"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment