Bladeren bron

声部查询问题修改

liweifan 2 jaren geleden
bovenliggende
commit
273d3ba39e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/SubjectMapper.xml

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