修复修改菜单中类型转换失败的错误

This commit is contained in:
“zyj” 2022-03-16 08:59:38 +08:00
parent a37db765f7
commit 6f6c220ccf

View File

@ -134,8 +134,8 @@
<if test="path != null and path != ''">path = #{path},</if>
<if test="component != null">component = #{component},</if>
<if test="query != null">`query` = #{query},</if>
<if test="isFrame != null and isFrame != ''">is_frame = #{isFrame},</if>
<if test="isCache != null and isCache != ''">is_cache = #{isCache},</if>
<if test="isFrame != null and isFrame != ''">is_frame = #{isFrame}::integer,</if>
<if test="isCache != null and isCache != ''">is_cache = #{isCache}::integer,</if>
<if test="menuType != null and menuType != ''">menu_type = #{menuType},</if>
<if test="visible != null">visible = #{visible},</if>
<if test="status != null">status = #{status}::integer,</if>