Browse Source

fix:钢联化工的来源

Roc 1 month ago
parent
commit
e5d96c871f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/chart/edb_info.go

+ 1 - 1
services/chart/edb_info.go

@@ -573,7 +573,7 @@ func GetEdbSourceByEdbInfoIdList(chartEdbInfoMappingList []*chartEdbMappingModel
 	}
 
 	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
 		}
 		sourceNameList = append(sourceNameList, sourceName)