yujian
2019-12-07 c0fb6133ccc46d159db2751bab55323e56b00db9
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserInfoController.java
@@ -2132,8 +2132,10 @@
            if (userInfoExtra.getCouponNews() != null) {
               welfareCenterNews = userInfoExtra.getCouponNews();
            }
            if (userInfoExtra.getInviteCode() != null && userInfoExtra.getInviteCode().trim().length() > 0) {
            // vip邀请码优先
            if (!StringUtil.isNullOrEmpty(userInfoExtra.getInviteCodeVip())) {
               invitCode = userInfoExtra.getInviteCodeVip();
            } else if (!StringUtil.isNullOrEmpty(userInfoExtra.getInviteCode())) {
               invitCode = userInfoExtra.getInviteCode();
            }