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 {
return ResponseUtil.unlogin();
}
LitemallTopic brand = topicService.findById(id);
return ResponseUtil.ok(brand);
LitemallTopic topic = topicService.findById(id);
return ResponseUtil.ok(topic);
}
@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