yujian
2019-03-27 cdcbed9af813b2a02cdc01eefa24db8bec6b51a9
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserInfoServiceImpl.java
@@ -692,15 +692,13 @@
         userInfoVO.setLastLoginTime(null);
      }
      String wxUnionId = userInfoVO.getWxUnionId();
      if (wxUnionId == null || wxUnionId.trim().length() == 0) {
         userInfoVO.setWxName(null);
      }
      String taoBaoUid = userInfoVO.getTaoBaoUid();
      if (taoBaoUid == null || taoBaoUid.trim().length() == 0) {
         userInfoVO.setTbName(null);
      }
      /* 显示用户微信 淘宝  老版本存在
       * String wxUnionId = userInfoVO.getWxUnionId(); if (wxUnionId == null ||
       * wxUnionId.trim().length() == 0) { userInfoVO.setWxName(null); }
       *
       * String taoBaoUid = userInfoVO.getTaoBaoUid(); if (taoBaoUid == null ||
       * taoBaoUid.trim().length() == 0) { userInfoVO.setTbName(null); }
       */
      
      
      Long uid = userInfoVO.getId();