This commit is contained in:
xy
2026-01-20 11:12:57 +08:00
parent 4d1af87153
commit bda31ce52a
4 changed files with 6 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ public class StatServiceImpl implements IStatService {
}
}
}
redisUtil.saveByKey(AppRedisKey.LINE_POSITION+id,map);
redisUtil.saveByKeyWithExpire(AppRedisKey.LINE_POSITION+id,map,30L);
}
/**