Browse Source

Merge branch 'dev/v4.8.27_zxl' of qmx/jy into feature/v4.8.27

zhangxinlei1996 2 years ago
parent
commit
318ffe8b87
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/jfw/front/tags.go

+ 1 - 2
src/jfw/front/tags.go

@@ -504,8 +504,7 @@ func (this *Tags) GetConsult() (list []map[string]interface{}) {
 	} else {
 
 		rs, _, _ := jyutil.JyCmsSearch(map[string]string{
-			"s_contenttype": "hyzc",
-			"perPage":       "10",
+			"perPage": "10",
 		}, "/jyblog/index_%s.html")
 		if rs != nil {
 			for _, v := range *rs {