Ver código fonte

Merge branch 'dev_1_2_1_20220802' of http://git.dayaedu.com/yonge/cooleshow into dev_1_2_1_20220802

liujunchi 2 anos atrás
pai
commit
9b6e937b78

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

@@ -58,7 +58,7 @@
             <if test="type == null or type =='LIVE'">
                 union all
                 (select a.subject_id_ as subject_id_ from course_group a
-                    where a.type_ = 'LIVE' and a.status_ in ('ING','COMPLETE','APPLY')
+                    where a.type_ = 'LIVE' and a.status_ in ('APPLY')
                     GROUP BY a.subject_id_)
             </if>
         </trim>