Browse Source

fix:钢联化工的来源

Roc 3 months ago
parent
commit
9767284bce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/data/chart_info.go

+ 1 - 1
services/data/chart_info.go

@@ -3000,7 +3000,7 @@ func GetEdbSourceByEdbInfoIdList(chartEdbInfoMappingList []*data_manage.ChartEdb
 	}
 
 	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)