浏览代码

Merge branch 'chart/13.8'

# Conflicts:
#	models/tables/edb_data/query.go
Roc 2 年之前
父节点
当前提交
8723ee4e25
共有 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 = ""
 	}