zwxi 1 year ago
parent
commit
14e0f24c10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/banner_view_history.go

+ 1 - 1
models/banner_view_history.go

@@ -21,7 +21,7 @@ type BannerViewHistory struct {
 }
 
 func GetBannerHistoryList() (items []*BannerHistoryListRespItem, err error) {
-	sql := ` SELECT *,COUNT(*) AS pv,MAX(last_updated_time) AS latest_update_time  FROM banner_view_history 
+	sql := ` SELECT *,COUNT(*) AS pv,MAX(last_updated_time) AS last_updated_time  FROM banner_view_history 
 WHERE 1=1 GROUP BY   
 banner_url,
   first_source,