@@ -564,9 +564,8 @@ func forecastMerge(r, f []map[string]interface{}) []*ForecastInfo {
return res
}
-var d = &dfa.DFA{}
-
func getNewForecast(userId string, pageNum int, o_member_jy map[string]interface{}, pageSize int, startTime, endTime int, dataType, area string, minPrice, maxPrice int) (list []map[string]interface{}, count, distinctCount int64) {
+ var d = &dfa.DFA{}
if userId == "" {
return