lidongdong
2022-10-17 bd19623d4794171cdb882eb31d9ae1fb2bb344f6
修改角色权限更新报错 bug
1个文件已修改
2 ■■■ 已修改文件
flower_city/src/main/resources/mapper/RoleManagementMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
flower_city/src/main/resources/mapper/RoleManagementMapper.xml
@@ -80,7 +80,7 @@
            <if test="updateUserId != null and updateUserId != '' ">update_user_id=#{updateUserId},</if>
            update_time=sysdate()
        </set>
        where  id= #{Id}
        where  id= #{id}
    </update>
    <delete id="deleteConfigById" parameterType="string">