zwxi 1 年之前
父節點
當前提交
52ac1f80c1
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      controllers/banner.go
  2. 0 1
      models/banner_view_history.go

+ 0 - 1
controllers/banner.go

@@ -313,7 +313,6 @@ func (this *BannerController) BannerStatistic() {
 	}
 	for _, v := range urlList {
 		v.SourceList = souceMap[v.BannerUrl]
-		v.ActivityName = v.Remark + "(" +v.StartDate+"-"+v.EndDate+")"
 	}
 
 

+ 0 - 1
models/banner_view_history.go

@@ -55,7 +55,6 @@ type BannerHistoryListRespItem struct {
 	StartDate       string
 	EndDate         string
 	Remark          string
-	ActivityName    string
 }
 
 type BannerHistoryListResp struct {