|
@@ -17,6 +17,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="projectId" column="project_id"/>
|
|
|
<result property="teacherId" column="teacher_id"/>
|
|
|
<result property="educationId" column="education_id"/>
|
|
|
+ <result property="projectName" column="project_name"/>
|
|
|
+ <result property="educationName" column="education_name"/>
|
|
|
+ <result property="educationId" column="education_id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
|