Commit 5fe63bec by 郑勇

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

parent 5d3125a0
......@@ -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