|
|
@@ -49,7 +49,7 @@
|
|
|
<result property="projectName" column="project_name"/>
|
|
|
<result property="businessName" column="business_name"/>
|
|
|
<result property="subjectName" column="subject_name"/>
|
|
|
- <result property="type" column="type"/>
|
|
|
+ <result property="type" column="business_type"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.exam.domain.ExamKnowledge" id="ExamKnowledge">
|
|
|
@@ -64,7 +64,7 @@
|
|
|
qb.business_id,
|
|
|
qb.project_id,
|
|
|
qb.subject_id,
|
|
|
- qb.type,
|
|
|
+ qb.type as business_type,
|
|
|
cet.education_name,
|
|
|
cpt.project_name,
|
|
|
cb.business_name,
|