|
@@ -49,6 +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"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.exam.domain.ExamKnowledge" id="ExamKnowledge">
|
|
@@ -59,6 +60,11 @@
|
|
|
<select id="selectList" parameterType="com.zhongzheng.modules.bank.bo.QuestionQueryBo" resultMap="QuestionResultVo">
|
|
|
SELECT
|
|
|
q.*,
|
|
|
+ qb.education_type_id,
|
|
|
+ qb.business_id,
|
|
|
+ qb.project_id,
|
|
|
+ qb.subject_id,
|
|
|
+ qb.type,
|
|
|
cet.education_name,
|
|
|
cpt.project_name,
|
|
|
cb.business_name,
|