瀏覽代碼

Merge branch 'dev_v1.3.6_20221011'

liujunchi 3 年之前
父節點
當前提交
36b05ce64b
共有 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>