This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
gptAgent
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bug
master
lin
2 years ago
parent
fb67247baa
commit
067cd8eea9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
gptCApi/src/main/java/com/iformall/controller/WxUserGrantController.java
+ 1
- 0
gptCApi/src/main/java/com/iformall/controller/WxUserGrantController.java
View File
@@ -146,6 +146,7 @@ public class WxUserGrantController extends BaseController {
//处理登陆用户
WxCUser cq = new WxCUser();
cq.updateTenantInfo(wxAppinfo);
cq.setOpenId(openId);
WxCUser cUser = wxCUserService.getByOpenId(cq);
if (null == cUser) {
Write
Preview
Loading…
Cancel
Save