|
|
@@ -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.zhongzheng.system.mapper.UserBankQuestionRecordMapper">
|
|
|
+<mapper namespace="com.zhongzheng.modules.user.mapper.UserBankQuestionRecordMapper">
|
|
|
|
|
|
- <resultMap type="com.zhongzheng.system.domain.UserBankQuestionRecord" id="UserBankQuestionRecordResult">
|
|
|
+ <resultMap type="com.zhongzheng.modules.user.domain.UserBankQuestionRecord" id="UserBankQuestionRecordResult">
|
|
|
<result property="replyId" column="reply_id"/>
|
|
|
<result property="recordId" column="record_id"/>
|
|
|
<result property="questionId" column="question_id"/>
|
|
|
@@ -17,4 +17,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
-</mapper>
|
|
|
+</mapper>
|