zwxi 1 жил өмнө
parent
commit
52ac1f80c1

+ 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 {