详情

    • 类型: 故障
    • 状态: 生产环境已更新
    • 优先级: 一般
    • 解决结果: 已修复
    • 影响版本:
    • 修复的版本: 8.2.3.1
    • 标签:
    • 需求分类:
      产品通用需求
    • 严重程度:
      一般

      附件

      问题链接

        活动日志

        隐藏
        gezhifeng 葛志峰 添加了评论 -
        DELETE FROM apma_archive_config_manage WHERE id in (
        SELECT * FROM (
        select b.id from apma_archive_config_manage b, (
        SELECT max(id) max_id, module_id, storage_locate, typedef, tenant_id FROM apma_archive_config_manage GROUP BY module_id, storage_locate, typedef,tenant_id HAVING COUNT(*) > 1
        ) a where b.module_id=a.module_id and b.storage_locate=a.storage_locate and b.typedef=a.typedef and b.tenant_id=a.tenant_id
        and b.id <> a.max_id) tmp )



        删除重复配置
        显示
        gezhifeng 葛志峰 添加了评论 - DELETE FROM apma_archive_config_manage WHERE id in ( SELECT * FROM ( select b.id from apma_archive_config_manage b, ( SELECT max(id) max_id, module_id, storage_locate, typedef, tenant_id FROM apma_archive_config_manage GROUP BY module_id, storage_locate, typedef,tenant_id HAVING COUNT(*) > 1 ) a where b.module_id=a.module_id and b.storage_locate=a.storage_locate and b.typedef=a.typedef and b.tenant_id=a.tenant_id and b.id <> a.max_id) tmp ) 删除重复配置
        隐藏
        sxw 孙秀雯 添加了评论 -
        项目问题,测试环境已验证无法复现
        显示
        sxw 孙秀雯 添加了评论 - 项目问题,测试环境已验证无法复现

          人员

          • 经办人:
            gezhifeng 葛志峰
            报告人:
            huzheng 胡正
          • 管理关注列表:
            3 开始关注这个问题

            日期

            • 创建日期:
              已更新:
              已解决:
              要求解决日期:

            将文件拖放到此处以给问题添加附件