| | |
| | | import com.xzx.gc.user.dto.RayaltyDto; |
| | | import com.xzx.gc.user.mapper.*; |
| | | import com.xzx.gc.user.vo.CategaryVo; |
| | | import com.xzx.gc.user.vo.UserIdentityVo; |
| | | import com.xzx.gc.util.DoubleUtil; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.commons.codec.binary.Base64; |
| | |
| | | return userInfo1; |
| | | } |
| | | |
| | | public UserIdentityVo userIdentity(String userId) { |
| | | AccountInfo accountInfo = accountService.findByUserIdForbidden(userId); |
| | | |
| | | UserIdentityVo userIdentityVo = new UserIdentityVo(); |
| | | userIdentityVo.setIsHead(accountInfo.getIsHead()); |
| | | |
| | | return userIdentityVo; |
| | | } |
| | | |
| | | |
| | | public List<AccountVo> queryMyMoney(AccountReq accountReq) { |
| | | Map map = new HashMap(); |