‘linchangsheng’ 2 weeks ago
parent
commit
c32cf9ff2c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/com/gree/mall/miniapp/logic/user/UserLogic.java

+ 0 - 1
src/main/java/com/gree/mall/miniapp/logic/user/UserLogic.java

@@ -116,7 +116,6 @@ public class UserLogic {
             //如果用户不存在则新注册
             User user = userService.lambdaQuery()
                     .eq(User::getOpenId, openId)
-                    .eq(User::getCompanyWechatId,currentCompanyWechat.getCompanyWechatId())
                     .one();
             if (user == null) {
                 user = new User();