Browse Source

Merge branch 'ETA_1.4.5' into debug

zwxi 1 year ago
parent
commit
32dcd0778b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/data/edb_info.go

+ 1 - 1
services/data/edb_info.go

@@ -586,7 +586,7 @@ func GetEdbSourceByEdbInfoIdList(chartEdbInfoMappingList []*models.ChartEdbInfoM
 	}
 	}
 
 
 	for source, sourceName := range sourceMap {
 	for source, sourceName := range sourceMap {
-		if utils.InArrayByInt([]int{utils.DATA_SOURCE_MANUAL, utils.DATA_SOURCE_MYSTEEL_CHEMICAL}, source) {
+		if utils.InArrayByInt([]int{utils.DATA_SOURCE_MANUAL}, source) {
 			continue
 			continue
 		}
 		}
 		sourceNameList = append(sourceNameList, sourceName)
 		sourceNameList = append(sourceNameList, sourceName)