소스 검색

Merge branch 'chart/13.8' into debug

# Conflicts:
#	models/tables/edb_data/query.go
Roc 2 년 전
부모
커밋
f443edfd95
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      models/tables/edb_data/query.go

+ 2 - 0
models/tables/edb_data/query.go

@@ -123,6 +123,8 @@ func GetEdbDataTableName(source int) (tableName string) {
 		tableName = "edb_data_baiinfo"
 	case utils.DATA_SOURCE_STOCK_PLANT:
 		tableName = "edb_data_stock_plant"
+	case utils.DATA_SOURCE_CALCULATE_CORRELATION:
+		tableName = "edb_data_calculate_correlation"
 	default:
 		tableName = ""
 	}