From f223d82dc9fa74c18184be99466db64738242839 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 21 Jul 2020 18:16:12 +0800
Subject: [PATCH] 20200721 代码提交
---
src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java | 3 +--
src/main/resources/mapper/modules/MemberMapper.xml | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java b/src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java
index b2f2996..6ebc1c7 100644
--- a/src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java
+++ b/src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java
@@ -1,8 +1,6 @@
package com.xcong.excoin.modules.trademanage.vo;
import java.math.BigDecimal;
-import com.baomidou.mybatisplus.annotation.IdType;
-import com.baomidou.mybatisplus.annotation.TableId;
import com.xcong.excoin.common.entity.BaseEntity;
import lombok.Data;
@@ -55,6 +53,7 @@
* 是否是代理
*/
private int isSuAccount;
+ private int accountType;
/**
* 代理可用金额
*/
diff --git a/src/main/resources/mapper/modules/MemberMapper.xml b/src/main/resources/mapper/modules/MemberMapper.xml
index 3d85e0a..99f77d7 100644
--- a/src/main/resources/mapper/modules/MemberMapper.xml
+++ b/src/main/resources/mapper/modules/MemberMapper.xml
@@ -87,6 +87,7 @@
m.phone,
m.email,
m.invite_id inviteId,
+ m.account_type accountType,
a.available_balance walletCoinAvailableBalance,
a.total_balance walletCoinTotalBalance,
a.frozen_balance walletCoinFrozenBalance,
--
Gitblit v1.9.1