liujunchi 2 年之前
父節點
當前提交
8beeb15184
共有 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

@@ -145,7 +145,7 @@
         <if test="param.accompanimentType != null">
             and t.accompaniment_type_ = #{param.accompanimentType}
         </if>
-        <if test="param.audioType != null and param.audioType != ''">
+        <if test="param.audioType != null">
             and t.audio_type_ = #{param.audioType}
         </if>