Commit 4b52baf4 by qwmqiuwenmin

fix

parent 504deb0b
......@@ -98,7 +98,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
String key = "external" + userId + "_" + name + "_" + createTime;
RedisUtil.lock(key,2l);
if("SELF_APP".equals(suiteid)){
if(SELF_APP.equals(suiteid)){
MemberDTO member = null;
for (TabHaobanWxEnterpriseRelated tabHaobanWxEnterpriseRelated : list) {
member = memberService.getMemberByUnionid(unionId, tabHaobanWxEnterpriseRelated.getEnterpriseId());
......@@ -128,7 +128,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
uuid = memberUnionRelatedService.addMemberUnionidRelated(dto);
}else{
//如果是自建更新uuid
if("SELF_APP".equals(suiteid)){
if(SELF_APP.equals(suiteid)){
exsitDTO.setUnionid(unionId);
exsitDTO.setMemberId(dto.getMemberId());
}else{
......
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