正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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> |
-
请 注册 或 登录 后发表评论