Преглед на файлове

Merge branch 'feature/0721-tenant' into develop

haonan преди 1 година
родител
ревизия
d9a11d3dca
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantAlbumMusicMapper.xml

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

@@ -47,7 +47,7 @@
                 </foreach>
             </if>
             <if test="param.keyword != null and param.keyword != ''">
-                and m.music_sheet_name_ = #{param.keyword}
+                and m.music_sheet_name_ LIKE CONCAT('%',#{param.keyword},'%')
             </if>
         </where>
 	</select>