用户活动结束统计fixed

用户活动结束统计
This commit is contained in:
2025-05-15 11:33:05 +08:00
parent 1188b66819
commit fe55badfcc
13 changed files with 173 additions and 85 deletions

View File

@@ -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");