Commit e6f3fc17 by 田超

Merge branch 'fixbug/1026247' into 'master'

bug: [10026247] 重复购买

See merge request rays/pcloud-book!1037
parents 9d05c8c0 fb9b3304
......@@ -235,7 +235,7 @@ public class ServeCollectBizImpl implements ServeCollectBiz {
channelId = Long.valueOf(url);
}
}
if (null != channelId) {
if (null != channelId && StringUtil.isEmpty(serveCollect.getLinkUrl())) {
accountSettingDto = qrcodeSceneConsr.getWechatInfo(channelId);
if (null != accountSettingDto) {
String resultLinkUrl = SendWeixinRequestTools.splitUrl(accountSettingDto, productDto.getTurnUrl());
......
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