喻健
2018-12-10 5a9e4c13d08d3b1cb7da8f50f1097b33bb113b23
fanli/src/main/java/com/yeshi/fanli/controller/client/UserAccountController.java
@@ -154,7 +154,7 @@
    */
   @RequestMapping(value = "login")
   public void login(AcceptData acceptData, String code, String vcode, String phone, boolean wxinstall,
         String tbOpenid, String tbNickName, String tbPortrait, int loginType, Boolean first, HttpSession session,
         String tbOpenid, String tbNickName, String tbPortrait, int loginType, Boolean first, HttpSession session,HttpServletRequest request,
         PrintWriter out) {
      System system = systemService.getSystemCache(acceptData.getPlatform(), acceptData.getPackages());
      if (system == null) {
@@ -178,7 +178,7 @@
      tbUserInfo.setTbName(tbNickName);
      tbUserInfo.setTbPic(tbPortrait);
      try {
         LoginResult result = userAccountService.login(session, first, system.getAppid(), code, phone, tbUserInfo,
         LoginResult result = userAccountService.login(request, first, system.getAppid(), code, phone, tbUserInfo,
               wxinstall, loginType);
         if (result == null)
            LogHelper.error("login-result为空值");