Commit aa3046e4 authored by liucx's avatar liucx

时间更正

parent 0bace13c
......@@ -31,7 +31,7 @@ public class TimedTaskController {
@ApiOperation(value = "日统计沟通记录次数", notes = "日统计沟通记录次数 ", httpMethod = "GET")
@GetMapping("dayCommunication")
@Scheduled(cron = "0 25 12,15 * * ?")
@Scheduled(cron = "0 25 12,16 * * ?")
public CommonResult dayCommunicationCount() {
communicationRecordStatisticalLogService.saveOrUpdateDay();
return CommonResult.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