Browse Source

酷乐秀曲目来源改为内容平台

zouxuan 1 year ago
parent
commit
e1b99267f9

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

@@ -142,7 +142,7 @@
         <where>
         <where>
             <include refid="QueryInfo"/>
             <include refid="QueryInfo"/>
             <if test="param.auditStatus == null">
             <if test="param.auditStatus == null">
-                t.cbs_music_sheet_id_ IS NOT NULL
+                AND t.cbs_music_sheet_id_ IS NOT NULL
             </if>
             </if>
             <if test="param.auditVersion != null ">
             <if test="param.auditVersion != null ">
                 and #{param.auditVersion} = t.audit_version_
                 and #{param.auditVersion} = t.audit_version_