fix: ne info status in 0,3

This commit is contained in:
2024-01-03 10:10:25 +08:00
parent 06e29df8fa
commit 8239977c58
4 changed files with 8 additions and 8 deletions

View File

@@ -222,7 +222,7 @@ func XormGetNeInfoByRmUID(neType string, rmUID string) (*NeInfo, error) {
log.Error("Failed to get table ne_info from database:", err)
return nil, err
} else if !has {
log.Infof("Not found ne_info from database, status='0', neType=%s, neId=%s", neType, rmUID)
log.Infof("Not found ne_info from database, status in ('0','3'), neType=%s, neId=%s", neType, rmUID)
return nil, nil
}