|
@@ -16,6 +16,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="code" column="code"/>
|
|
|
<result property="examType" column="exam_type"/>
|
|
|
<result property="freeExamId" column="free_exam_id"/>
|
|
|
+ <result property="commonSign" column="common_sign"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.course.vo.CourseModuleVo" id="CourseModuleResultVo">
|
|
@@ -34,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="examType" column="exam_type"/>
|
|
|
<result property="freeExamId" column="free_exam_id"/>
|
|
|
<result property="freeExamName" column="free_exam_name"/>
|
|
|
+ <result property="commonSign" column="common_sign"/>
|
|
|
<collection property="businessList" column="module_id" select="findBusinessList" />
|
|
|
<collection property="courseList" column="module_id" select="findCourseList"/>
|
|
|
</resultMap>
|