From 78d39c4e43c80ea16cc96dc73d60c8880ac5020d Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 30 Nov 2020 17:15:59 +0800 Subject: [PATCH] Merge branch 'outcenter' of https://gitee.com/chonggaoxiao/new_excoin.git into outcenter --- src/main/resources/mapper/member/WtWordDao.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/member/WtWordDao.xml b/src/main/resources/mapper/member/WtWordDao.xml index 1a3ec5f..1bff79e 100644 --- a/src/main/resources/mapper/member/WtWordDao.xml +++ b/src/main/resources/mapper/member/WtWordDao.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <!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.WtWordDao"> +<mapper namespace="com.xcong.excoin.modules.login.dao.WtWordDao"> <select id="selectAllWords" resultType="String"> select word from wt_word -- Gitblit v1.9.1