浏览代码

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

zouxuan 1 年之前
父节点
当前提交
e1b99267f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

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

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