| | |
| | | || focus.getMinFansNum() != null || focus.getMinFansNum() != null
|
| | | || focus.getMinActiveTime() != null || focus.getMaxActiveTime() != null
|
| | | || focus.getMinIncome() != null || focus.getMaxIncome() != null
|
| | | || focus.getMinJoinTime() != null || focus.getMaxJoinTime() != null |
| | | || !StringUtil.isNullOrEmpty(focus.getKey()) || !StringUtil.isNullOrEmpty(focus.getLevel()))
|
| | | return true;
|
| | |
|
| | |
| | | return;
|
| | | }
|
| | |
|
| | | // 上级
|
| | | UserInfo boss = userInfoService.selectByPKey(threeSale.getBoss().getId());
|
| | | // 非直接邀请关系
|
| | | String bossNickName = null;
|
| | | if (uid.longValue() != threeSale.getBoss().getId().longValue()) {
|
| | | UserInfo boss = userInfoService.selectByPKey(threeSale.getBoss().getId());
|
| | | if (boss != null) {
|
| | | bossNickName = boss.getNickName();
|
| | | }
|
| | | }
|
| | | |
| | | |
| | |
|
| | | JSONArray tagArray = new JSONArray();
|
| | | String memoName = user.getNickName();
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | data.put("bossNickName", boss.getNickName());
|
| | | data.put("bossNickName", bossNickName);
|
| | | data.put("nickName", user.getNickName());
|
| | | data.put("phone", phone);
|
| | | data.put("phoneCopy", phoneCopy);
|