|
@@ -123,6 +123,8 @@ func GetEdbDataTableName(source int) (tableName string) {
|
|
|
tableName = "edb_data_calculate_correlation"
|
|
|
case utils.DATA_SOURCE_NATIONAL_STATISTICS:
|
|
|
tableName = "edb_data_national_statistics"
|
|
|
+ case utils.DATA_SOURCE_FUBAO:
|
|
|
+ tableName = "edb_data_fubao"
|
|
|
default:
|
|
|
tableName = ""
|
|
|
}
|