|
|
|
@ -114,6 +114,7 @@ public class MyController extends BaseController {
|
|
|
|
|
userRespDTO.setEnableChat(user.getEnableChat());
|
|
|
|
|
userRespDTO.setEnableComment(user.getEnableComment());
|
|
|
|
|
userRespDTO.setPoint(user.getPoint());
|
|
|
|
|
userRespDTO.setMyInvitationCode(user.getInvitationCode());
|
|
|
|
|
|
|
|
|
|
String invitationUserId = user.getInvitationUserId();
|
|
|
|
|
if (StringUtils.isNotEmpty(invitationUserId)) {
|
|
|
|
|