Commit bb03cc5b authored by 张辰's avatar 张辰

Merge branch 'v2.3.1' into 'dev'

V2.3.1

See merge request !100
parents f4271d33 700f13aa
...@@ -23,7 +23,7 @@ public class HelpController { ...@@ -23,7 +23,7 @@ public class HelpController {
@PostMapping(value = "/job/reportTopicWeekday") @PostMapping(value = "/job/reportTopicWeekday")
@ResponseBody @ResponseBody
public CommonResp<String> reportTopicWeekday() { public CommonResp<String> reportTopicWeekday() {
conJobManager.topicVisitorStats(); conJobManager.reportTopicWeekday();
return CommonResp.success(); return CommonResp.success();
} }
......
Markdown is supported
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