|
@@ -117,6 +117,10 @@ func GetEdbDataTableName(source int) (tableName string) {
|
|
|
tableName = "edb_data_predict_calculate_kszs"
|
|
|
case utils.DATA_SOURCE_BAIINFO:
|
|
|
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 = ""
|
|
|
}
|