文件分类标记

This commit is contained in:
liang.chao 2025-09-15 16:08:33 +08:00
parent 344aa7a779
commit e6cd10693e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
t1.del_flag = '1'
AND t1.LEVEL IN ( 0, 1, 2, 3 )
<if test="contentName != null and contentName != ''">
and content_name like concat('%', #{contentName}, '%')
and t1.content_name like concat('%', #{contentName}, '%')
</if>
ORDER BY
t1.`level`,t1.sort