Commit cd1537e4 by 田超

Merge branch 'feature/1001320' into 'master'

bug: [none] 修改改了log二维码没变

See merge request rays/pcloud-book!1518
parents 5d3125a0 5fe63bec
......@@ -3212,7 +3212,7 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
}
String cachePageUrl = JedisClusterUtils.get(pageKey);
if(StrUtil.isNotBlank(cachePageUrl)){
qrcodeUrl= cacheQrcodeUrl;
qrcodeUrl= cachePageUrl;
}else {
//添加Logo
qrcodeUrl = getQrcodeUrl(logoUrl, qrcodeUrl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment