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>