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