This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
mlProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[c_user重复问题][修改]:关注消息,未找到用户,不插入
release^2
Stormeye Wu
7 years ago
parent
a99574bc37
commit
72a2392781
1 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) {
Write
Preview
Loading…
Cancel
Save