|
@@ -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{}
|