文件分类标记
This commit is contained in:
parent
344aa7a779
commit
e6cd10693e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue