فهرست منبع

FIX 关键词

haonan 1 سال پیش
والد
کامیت
26e803dda9
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>