|
@@ -118,7 +118,7 @@ public class WeChatController {
|
|
|
String http = "https://";
|
|
|
String code = request.getParameter("code");
|
|
|
|
|
|
- if(Objects.nonNull(openId)){
|
|
|
+ if((openId != null) && (openId != "")){
|
|
|
System.out.println("String openId: "+openId);
|
|
|
try{
|
|
|
LambdaQueryWrapper<MceMbuser> queryWrapper = Wrappers.lambdaQuery();
|