Browse Source

[c_user重复问题][修改]:关注消息,未找到用户,不插入

release^2
Stormeye Wu 7 years ago
parent
commit
72a2392781
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      mallinkService/src/main/java/com/iformall/service/impl/WxCUserServiceImpl.java

+ 1
- 5
mallinkService/src/main/java/com/iformall/service/impl/WxCUserServiceImpl.java View File

@@ -100,13 +100,9 @@ public class WxCUserServiceImpl implements WxCUserService {
}
}
WxCUser oldUser = getByObject(userQ);
boolean bHave = false;
if(oldUser != null) {
userQ.setId(oldUser.getId());
bHave = true;
}
if(!bHave) {
// 未找到,直接返回
} else {
return 0;
}
if(bHaveUnionId) {


Loading…
Cancel
Save