|
@@ -1224,7 +1224,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
// log.info("看课redis缓存key:{}", redisKey);
|
|
|
try {
|
|
|
String durationStr = redisCache.getCacheObject(redisKey);
|
|
|
- log.info("看课记录:{}", durationStr);
|
|
|
+// log.info("看课记录:{}", durationStr);
|
|
|
long duration = durationStr != null ? Long.parseLong(durationStr) : 0L;
|
|
|
|
|
|
// 更新Redis中的观看时长
|