用户活动结束统计fixed
用户活动结束统计
This commit is contained in:
@@ -30,7 +30,7 @@ public class UserEventTask {
|
||||
@Scheduled(cron = "0 0/5 * * * ?")
|
||||
public void userEventTaskMinutesV2() {
|
||||
log.info("=-=userEventTaskMinutes-taskEnd=-=:begin");
|
||||
userEventService.taskEnd(-1);
|
||||
userEventService.taskEnd(-5);
|
||||
log.info("=-=userEventTaskMinutes-taskEnd=-=:end");
|
||||
|
||||
log.info("=-=userEventTaskMinutes-taskNotOperateExpire=-=:begin");
|
||||
|
Reference in New Issue
Block a user