菜单状态查询优化

pull/21/head
RuoYi 2018-08-09 22:45:59 +08:00
parent 6bf77f610e
commit b7c95affc8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="menuName != null and menuName != ''">
AND menu_name like concat('%', #{menuName}, '%')
</if>
<if test="visible != null and visible != ''">
<if test="visible != null">
AND visible = #{visible}
</if>
</where>