| | |
| | | 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();
|