‘linchangsheng’ 5 ماه پیش
والد
کامیت
8ca0324676
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      mall-miniapp-service/src/main/java/com/gree/mall/miniapp/logic/common/CommonLogic.java

+ 0 - 4
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/logic/common/CommonLogic.java

@@ -111,10 +111,6 @@ public class CommonLogic {
             currentCompanyWechat.setUserId(user.getUserId());
             currentCompanyWechat.setUser(user);
         }
-
-        if (user == null)
-            throw new RemoteServiceException(601,"授权已过期,重新登入");
-
         return currentCompanyWechat;
 
     }