rdluck 4 年之前
父節點
當前提交
1123808b21
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/home.go

+ 1 - 1
controllers/home.go

@@ -64,7 +64,7 @@ func (this *HomeController) ListHome() {
 		condition = ` AND category_id IN(` + categoryId + `)`
 		condition = ` AND category_id IN(` + categoryId + `)`
 	}
 	}
 
 
-	condition = ` AND a.category_id NOT IN(85,71)`
+	//condition = ` AND a.category_id NOT IN (85,71) `
 
 
 	total, err := models.GetHomeCount(condition, pars)
 	total, err := models.GetHomeCount(condition, pars)
 	if err != nil {
 	if err != nil {