소스 검색

add 小程序登录注册

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

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

@@ -23,7 +23,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             ccb.*,
             ccb.*,
             cet.education_name,
             cet.education_name,
             cpt.project_name,
             cpt.project_name,
-            cb.business_name
+            cb.business_name,
+            cs.subject_name
         FROM
         FROM
             course_chapter_business ccb
             course_chapter_business ccb
                 LEFT JOIN course_education_type cet ON ccb.education_type_id = cet.id
                 LEFT JOIN course_education_type cet ON ccb.education_type_id = cet.id