xingzai 10 kuukautta sitten
vanhempi
commit
e51ee86a89
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      controllers/banner.go

+ 1 - 0
controllers/banner.go

@@ -30,6 +30,7 @@ func (this *BaseBannerController) List() {
 	resp := new(models.CygxBannerListResp)
 	resp := new(models.CygxBannerListResp)
 	var condition string
 	var condition string
 	var pars []interface{}
 	var pars []interface{}
+	
 	condition += "	 AND art.show_type IN (0,2)  AND art.status = 1 ORDER BY art.list_type ASC   , art.sort ASC  "
 	condition += "	 AND art.show_type IN (0,2)  AND art.status = 1 ORDER BY art.list_type ASC   , art.sort ASC  "
 	list, err := models.GetCygxBannerList(condition, pars, 0, 99999)
 	list, err := models.GetCygxBannerList(condition, pars, 0, 99999)
 	if err != nil {
 	if err != nil {