change 3 vuotta sitten
vanhempi
commit
d95cf361fc

+ 3 - 0
zhongzheng-system/src/main/resources/mapper/modules/course/TeacherProjectMapper.xml

@@ -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>