|
@@ -1221,7 +1221,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
|
|
|
// 从Redis中获取观看时长
|
|
|
String redisKey = "h5wxuser:watch:duration:" + param.getUserId() + ":" + param.getVideoId() + ":" + param.getCompanyUserId();
|
|
|
- log.info("看课redis缓存key:{}", redisKey);
|
|
|
+// log.info("看课redis缓存key:{}", redisKey);
|
|
|
try {
|
|
|
String durationStr = redisCache.getCacheObject(redisKey);
|
|
|
log.info("看课记录:{}", durationStr);
|