|
@@ -343,7 +343,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
|
|
|
// 从Redis中获取观看时长
|
|
|
String redisKey = "h5user:watch:duration:" + param.getQwUserId()+ ":" + param.getQwExternalId() + ":" + param.getVideoId();
|
|
|
- log.info("看课redis-key:{}", redisKey);
|
|
|
+// log.info("看课redis-key:{}", redisKey);
|
|
|
try {
|
|
|
String durationStr = redisCache.getCacheObject(redisKey);
|
|
|
Long duration = durationStr != null ? Long.parseLong(durationStr) : 0L;
|