|
@@ -794,7 +794,7 @@ public class FsCourseLinkServiceImpl implements IFsCourseLinkService
|
|
|
key = "course=";
|
|
key = "course=";
|
|
|
linkStrJson = linkStr.substring(linkStr.indexOf(key) + key.length());
|
|
linkStrJson = linkStr.substring(linkStr.indexOf(key) + key.length());
|
|
|
json = JSON.parseObject(linkStrJson);
|
|
json = JSON.parseObject(linkStrJson);
|
|
|
- wxAppLinkKey = String.format("%s:%s:%s:%s:%s:%s:%s",WX_URL_REDIS_PREFIX,json.get("companyId"),json.get("companyUserId"),json.get("projectId"),json.get("courseId"),json.get("videoId"),appId);
|
|
|
|
|
|
|
+ wxAppLinkKey = String.format("%s:%s:%s:%s:%s:%s:%s:%s",WX_URL_REDIS_PREFIX,json.get("companyId"),json.get("companyUserId"),json.get("periodId"),json.get("projectId"),json.get("courseId"),json.get("videoId"),appId);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
String linkCache = redisCache.getCacheObject(wxAppLinkKey);
|
|
String linkCache = redisCache.getCacheObject(wxAppLinkKey);
|