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