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

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/course/CourseBusinessMapper.xml

@@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             e.id as education_id,
             p.project_name,
             t.name as template_name,
-            cpt.id as project_id
+            p.id as project_id
         FROM
             course_business b
                 LEFT JOIN course_project_type p on b.project_id =p.id