Commit fb9b3304 by 吴博

bug: [10026247] 重复购买

parent 9d05c8c0
......@@ -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