瀏覽代碼

Merge branch 'feature/v4.8.40' of https://jygit.jydev.jianyu360.cn/qmx/jy into feature/v4.8.40

lianbingjie 2 年之前
父節點
當前提交
1c6d2b6bdd
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0 0
      src/config.json
  2. 0 4
      src/jfw/front/tags.go

File diff suppressed because it is too large
+ 0 - 0
src/config.json


+ 0 - 4
src/jfw/front/tags.go

@@ -519,9 +519,6 @@ func (this *Tags) GetStype(href string) (list []map[string]interface{}) {
 		list = qu.ObjArrToMapArr(l)
 	} else {
 		m := []map[string]interface{}{}
-<<<<<<< HEAD
-		data := public.BaseMysql.SelectBySql(`select id,name,pid from seo_words.seo_stype where name !="拟建项目" and name != "采购意向" and pid=0 order by id`)
-=======
 		var data []map[string]interface{}
 		//newData := public.BaseMysql.SelectBySql(`select id,name,pid from seo_words.seo_stype where name = "拟建项目" or name = "采购意向" order by id`)
 		//if newData != nil && len(*newData) > 0 {
@@ -532,7 +529,6 @@ func (this *Tags) GetStype(href string) (list []map[string]interface{}) {
 		if oldData != nil && len(*oldData) > 0 {
 			data = append(data, *oldData...)
 		}
->>>>>>> master
 		codeMap := map[int64][]int64{}
 		level1 := []int64{}
 		nameToCode := map[string]int64{}

Some files were not shown because too many files changed in this diff