Browse Source

修改谷歌出行数据

longyu 2 years ago
parent
commit
89303ce77f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/base_from_google_travel.go

+ 1 - 1
models/base_from_google_travel.go

@@ -39,7 +39,7 @@ func GetBaseFromChangesVisitorsCovidDataByTradeCode(condition string, pars []int
 	if condition != "" {
 		sql += condition
 	}
-	sql += ` ORDER BY data_time DESC `
+	sql += ` ORDER BY day DESC `
 	_, err = o.Raw(sql, pars).QueryRows(&item)
 	return
 }