|
@@ -254,8 +254,9 @@ func GetSqlObjFromId(_id, vType, item string, index int, sessionMap map[string]i
|
|
if len(a_buyerclass) > 0 && qutil.IntAllDef(o_vipjy["i_matchbuyerclass_other"], 1) == 1 && len(a_items) > 0 {
|
|
if len(a_buyerclass) > 0 && qutil.IntAllDef(o_vipjy["i_matchbuyerclass_other"], 1) == 1 && len(a_items) > 0 {
|
|
a_buyerclass = append(a_buyerclass, "其它")
|
|
a_buyerclass = append(a_buyerclass, "其它")
|
|
}
|
|
}
|
|
- a_infotype, _ := o_vipjy["a_infotype"].([]interface{})
|
|
|
|
|
|
+ a_infotype, ok := o_vipjy["a_infotype"].([]interface{})
|
|
o_area, _ := o_vipjy["o_area"].(map[string]interface{})
|
|
o_area, _ := o_vipjy["o_area"].(map[string]interface{})
|
|
|
|
+ fmt.Println(a_infotype, ok, qutil.ObjArrToStringArr(a_infotype))
|
|
return &ViewCondition{
|
|
return &ViewCondition{
|
|
Keyword: getKeyWordArrFromDbResult(a_items, item, index),
|
|
Keyword: getKeyWordArrFromDbResult(a_items, item, index),
|
|
Buyerclass: qutil.ObjArrToStringArr(a_buyerclass),
|
|
Buyerclass: qutil.ObjArrToStringArr(a_buyerclass),
|