|
@@ -428,6 +428,9 @@ func BannerMark(c *gin.Context) {
|
|
FirstSource: req.FirstSource,
|
|
FirstSource: req.FirstSource,
|
|
SecondSource: req.SecondSource,
|
|
SecondSource: req.SecondSource,
|
|
BannerUrl: item.ImageUrlMobile,
|
|
BannerUrl: item.ImageUrlMobile,
|
|
|
|
+ StartDate: item.StartDate,
|
|
|
|
+ EndDate: item.EndDate,
|
|
|
|
+ Remark: item.Remark,
|
|
}
|
|
}
|
|
err = banner_view_history.AddBannerViewHistory()
|
|
err = banner_view_history.AddBannerViewHistory()
|
|
if err != nil {
|
|
if err != nil {
|