|
@@ -52,7 +52,6 @@ func SubViewDatas(userId, allquery string, pageNum int) (keys []interface{}, lis
|
|
|
}
|
|
|
}
|
|
|
qstr := GetVIPViewSql(sql)
|
|
|
- log.Println("---", qstr)
|
|
|
list = elastic.GetAllByNgram(INDEX, TYPE, qstr, findfields, bidSearch_sort, bidSearch_field, (pageNum-1)*view_pageSize, view_pageSize, 0, false)
|
|
|
if list != nil {
|
|
|
for _, v := range *list {
|
|
@@ -181,7 +180,6 @@ func GetSqlObjFromId(_id string) *ViewCondition {
|
|
|
if len(a_buyerclass) > 0 && qutil.IntAllDef(o_vipjy["i_matchbuyerclass_other"], 1) == 1 && len(a_items) > 0 {
|
|
|
a_buyerclass = append(a_buyerclass, "其它")
|
|
|
}
|
|
|
- log.Println("~~", a_buyerclass)
|
|
|
a_infotype := o_vipjy["a_infotype"].([]interface{})
|
|
|
o_area := o_vipjy["o_area"].(map[string]interface{})
|
|
|
return &ViewCondition{
|