소스 검색

fix 课程目录卷

he2802 3 년 전
부모
커밋
6c77dcf45b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseMenuExamMapper.xml

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/course/CourseMenuExamMapper.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.zhongzheng.system.mapper.CourseMenuExamMapper">
+<mapper namespace="com.zhongzheng.modules.course.mapper.CourseMenuExamMapper">
 
-    <resultMap type="com.zhongzheng.system.domain.CourseMenuExam" id="CourseMenuExamResult">
+    <resultMap type="com.zhongzheng.modules.course.domain.CourseMenuExam" id="CourseMenuExamResult">
         <result property="id" column="id"/>
         <result property="courseId" column="course_id"/>
         <result property="moduleId" column="module_id"/>