From 0a08663768ac0c3f12b1888cce4713a7e564b64d Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 10 Oct 2025 18:00:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B3=BB=E7=BB=9F=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=E7=BD=91=E5=85=83=E4=BF=A1=E6=81=AF=E5=AF=BC=E5=85=A5=E7=BC=BA?= =?UTF-8?q?=E5=B0=91OMC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/ne_data/service/backup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ne_data/service/backup.go b/src/modules/ne_data/service/backup.go index 831e279b..ccd4e699 100644 --- a/src/modules/ne_data/service/backup.go +++ b/src/modules/ne_data/service/backup.go @@ -149,7 +149,7 @@ func (r Backup) BackupOMCImport(localZipFile string) error { } // 新增网元信息 for _, neInfo := range neInfos { - if neInfo.NeId == "" || neInfo.NeType == "OMC" { + if neInfo.NeId == "" { continue } // 删除网元信息