Merge branch 'lichang' into lite

This commit is contained in:
TsMask
2025-05-13 18:31:51 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -631,7 +631,7 @@ func (r NeInfo) neConfOAMRead(neType, neId string, sync bool) (map[string]any, e
// 读取文件内容
bytes, err := os.ReadFile(localFilePath)
if err != nil {
if err != nil || len(bytes) == 0 {
// logger.Warnf("NeConfOAMRead ReadFile => %s", err.Error())
// return nil, fmt.Errorf("read file error")
// 无保留文件时返回默认文件数据