From c576b9f8f6a49a1efb27e5e7d1e09fc5f2336796 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 02 Dec 2020 17:58:44 +0800
Subject: [PATCH] Merge branch 'outcenter' of https://gitee.com/chonggaoxiao/new_excoin.git into outcenter

---
 src/main/resources/mapper/member/WalletDetailDao.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/mapper/member/WalletDetailDao.xml b/src/main/resources/mapper/member/WalletDetailDao.xml
index 7396cb3..dd1b455 100644
--- a/src/main/resources/mapper/member/WalletDetailDao.xml
+++ b/src/main/resources/mapper/member/WalletDetailDao.xml
@@ -2,9 +2,9 @@
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 
-<mapper namespace="com.xcong.excoin.common.system.dao.WalletDetailDao">
+<mapper namespace="com.xcong.excoin.modules.login.dao.WalletDetailDao">
     <!-- 定义WtWalletDetail 的复杂关联map -->
-    <resultMap type="com.xcong.excoin.common.system.entity.WtWalletDetail" id="WtWalletDetailMap">
+    <resultMap type="com.xcong.excoin.modules.login.entity.WtWalletDetail" id="WtWalletDetailMap">
         <id property="id" column="id"/>
         <result property="address" column="address"/>
         <result property="symbol" column="symbol"/>
@@ -35,7 +35,7 @@
 
 
     <!--  插入方法   -->
-    <insert id="insert" parameterType="com.xcong.excoin.common.system.entity.WtWalletDetail"
+    <insert id="insert" parameterType="com.xcong.excoin.modules.login.entity.WtWalletDetail"
             useGeneratedKeys="true" keyProperty="item.id">
         INSERT INTO wt_wallet_detail (
         <include refid="columns"></include>

--
Gitblit v1.9.1