Commit f519f21a by 墨竹

Merge branch 'master' into developer

parents c85d3bed 35c315dd
...@@ -351,7 +351,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -351,7 +351,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
//活码处理 "DT" "HM" //活码处理 "DT" "HM"
WxUserAddLogQDTO wxUserAddLogQDTO = new WxUserAddLogQDTO(); WxUserAddLogQDTO wxUserAddLogQDTO = new WxUserAddLogQDTO();
String memberLabelId = ""; String memberLabelId = "";
if (StringUtils.isNotBlank(state)) { if (StringUtils.isNotBlank(state) && (state.startsWith(Manage3Constants.HM)||state.startsWith(Manage3Constants.DT))) {
String id = state.substring(2); String id = state.substring(2);
Long hmId = null; Long hmId = null;
HmQrcodeDTO hmQrcodeDTO = null; HmQrcodeDTO hmQrcodeDTO = null;
...@@ -692,7 +692,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -692,7 +692,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
String relationKey = SecureUtil.md5(staffId + dto.getExternalUserid()); String relationKey = SecureUtil.md5(staffId + dto.getExternalUserid());
WelcomeDetailBO welcomeDetailBO = null; WelcomeDetailBO welcomeDetailBO = null;
if (StringUtils.isNotBlank(state)) { if (StringUtils.isNotBlank(state) && (state.startsWith(Manage3Constants.HM)||state.startsWith(Manage3Constants.DT))) {
//"HM+id" "DT+key" //"HM+id" "DT+key"
log.info("特殊欢迎语 state:{}", state); log.info("特殊欢迎语 state:{}", state);
WelcomeReferBO welcomeReferBo = getWelcomeReferBo(state); WelcomeReferBO welcomeReferBo = getWelcomeReferBo(state);
......
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