|
@@ -8,6 +8,7 @@
|
|
<result column="technical_titles_" property="technicalTitles" />
|
|
<result column="technical_titles_" property="technicalTitles" />
|
|
<result column="work_unit_" property="workUnit" />
|
|
<result column="work_unit_" property="workUnit" />
|
|
<result column="subject_id_" property="subjectId" />
|
|
<result column="subject_id_" property="subjectId" />
|
|
|
|
+ <result column="default_subject_" property="defaultSubject" />
|
|
<result column="introduction_" property="introduction" />
|
|
<result column="introduction_" property="introduction" />
|
|
<result column="subject_" property="subject" />
|
|
<result column="subject_" property="subject" />
|
|
<result column="grad_certificate_" property="gradCertificate" />
|
|
<result column="grad_certificate_" property="gradCertificate" />
|
|
@@ -54,6 +55,7 @@
|
|
, t.technical_titles_ as "technicalTitles"
|
|
, t.technical_titles_ as "technicalTitles"
|
|
, t.work_unit_ as "workUnit"
|
|
, t.work_unit_ as "workUnit"
|
|
, t.subject_id_ as "subjectId"
|
|
, t.subject_id_ as "subjectId"
|
|
|
|
+ , t.default_subject_ as defaultSubject
|
|
, t.introduction_ as "introduction"
|
|
, t.introduction_ as "introduction"
|
|
, t.subject_ as "subject"
|
|
, t.subject_ as "subject"
|
|
, t.grad_certificate_ as "gradCertificate"
|
|
, t.grad_certificate_ as "gradCertificate"
|