|
|
@ -123,6 +123,8 @@ public class MyController extends BaseController {
|
|
|
|
UserInfo myInvitationUser = userInfoService.findById(invitationUserId);
|
|
|
|
UserInfo myInvitationUser = userInfoService.findById(invitationUserId);
|
|
|
|
userRespDTO.setInvitationUserId(myInvitationUser.getId());
|
|
|
|
userRespDTO.setInvitationUserId(myInvitationUser.getId());
|
|
|
|
userRespDTO.setInvitationCode(myInvitationUser.getInvitationCode());
|
|
|
|
userRespDTO.setInvitationCode(myInvitationUser.getInvitationCode());
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
userRespDTO.setInvitationCode(null);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (null != user.getEnableNotice()) {
|
|
|
|
if (null != user.getEnableNotice()) {
|
|
|
|