瀏覽代碼

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 = ""
 	}