소스 검색

通知列表

change 3 년 전
부모
커밋
d95cf361fc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      zhongzheng-system/src/main/resources/mapper/modules/course/TeacherProjectMapper.xml

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