作者 RuoYi

菜单组件修改允许空字符串

@@ -131,7 +131,7 @@ @@ -131,7 +131,7 @@
131 <if test="parentId != null">parent_id = #{parentId},</if> 131 <if test="parentId != null">parent_id = #{parentId},</if>
132 <if test="orderNum != null and orderNum != ''">order_num = #{orderNum},</if> 132 <if test="orderNum != null and orderNum != ''">order_num = #{orderNum},</if>
133 <if test="path != null and path != ''">path = #{path},</if> 133 <if test="path != null and path != ''">path = #{path},</if>
134 - <if test="component != null and component != ''">component = #{component},</if> 134 + <if test="component != null">component = #{component},</if>
135 <if test="isFrame != null and isFrame != ''">is_frame = #{isFrame},</if> 135 <if test="isFrame != null and isFrame != ''">is_frame = #{isFrame},</if>
136 <if test="isCache != null and isCache != ''">is_cache = #{isCache},</if> 136 <if test="isCache != null and isCache != ''">is_cache = #{isCache},</if>
137 <if test="menuType != null and menuType != ''">menu_type = #{menuType},</if> 137 <if test="menuType != null and menuType != ''">menu_type = #{menuType},</if>