修改按名称查询报错的问题
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<include refid="selectMenuVo"/>
|
||||
<where>
|
||||
<if test="menuName != null and menuName != ''">
|
||||
AND menu_name like concat('%', #{menuName}, '%')
|
||||
AND menu_name like concat('%', cast(#{menuName, jdbcType=VARCHAR} as varchar), '%')
|
||||
</if>
|
||||
<if test="visible != null and visible != ''">
|
||||
AND visible = #{visible}
|
||||
|
||||
Reference in New Issue
Block a user