Ver Fonte

fix bug

tuoling805 há 1 ano atrás
pai
commit
223c416fc4
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      models/edb_data_table.go

+ 2 - 0
models/edb_data_table.go

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