소스 검색

Merge branch 'feature/1113-vipCourse' of http://git.dayaedu.com/yonge/cooleshow into test

zouxuan 9 달 전
부모
커밋
1c5c329ecc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseGroupMapper.xml

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseGroupMapper.xml

@@ -121,6 +121,7 @@
                         b.im_group_id_                as imGroupId,
                         b.reason_ as                   reason,
                         b.course_plan_ as coursePlan,
+                        b.course_introduce_ as courseIntroduce,
                         if(y.status_ = 'PAID', 1, 0)  as existBuy
         from course_group as b
                  left join subject as s on b.subject_id_ = s.id_