瀏覽代碼

声部查询问题修改

liweifan 2 年之前
父節點
當前提交
273d3ba39e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>