| | |
| | | package cc.mrbird.febs.dapp.service.impl; |
| | | |
| | | import cc.mrbird.febs.common.configure.i18n.MessageSourceUtils; |
| | | import cc.mrbird.febs.common.contants.AppContants; |
| | | import cc.mrbird.febs.common.entity.QueryRequest; |
| | | import cc.mrbird.febs.common.exception.FebsException; |
| | |
| | | // throw new FebsException("邀请人不存在"); |
| | | // } |
| | | |
| | | member = insertMember(connectDto.getAddress(), null); |
| | | throw new FebsException(MessageSourceUtils.getString("system_regist_error")); |
| | | // member = insertMember(connectDto.getAddress(), null); |
| | | } |
| | | |
| | | // if (member.getActiveStatus() == 2) { |