"src/main/vscode:/vscode.git/clone" did not exist on "928c0eeb967f6e37e7724d41c75ba34befcf41c4"
Commit 00af9731 authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-admin-api]: LitemallTopicController里面变量采用topic

parent bd41479a
...@@ -83,8 +83,8 @@ public class AdminTopicController { ...@@ -83,8 +83,8 @@ public class AdminTopicController {
return ResponseUtil.unlogin(); return ResponseUtil.unlogin();
} }
LitemallTopic brand = topicService.findById(id); LitemallTopic topic = topicService.findById(id);
return ResponseUtil.ok(brand); return ResponseUtil.ok(topic);
} }
@PostMapping("/update") @PostMapping("/update")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment