From ebea673301f5f1ae47e69abcdfaadb2d581cbbae Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 25 Nov 2020 16:34:56 +0800 Subject: [PATCH] 20201125 --- 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