|
|
@@ -11,10 +11,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="sort" column="sort" />
|
|
|
<result property="locations" column="locations" />
|
|
|
<result property="examTypes" column="exam_types" />
|
|
|
+ <result property="groupName" column="group_name" />
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectDzSubjectVo">
|
|
|
- select subject_id, subject_name, pinyin, sort, locations, exam_types from dz_subject
|
|
|
+ select subject_id, subject_name, pinyin, sort, locations, exam_types, group_name from dz_subject
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectDzSubjectBySubjectIds" resultMap="DzSubjectResult">
|