|
@@ -248,6 +248,7 @@ func GetSqlObjFromId(_id, vType, item string, index int, sessionMap map[string]i
|
|
|
} else {
|
|
|
o_vipjy, _ = (*query)["o_jy"].(map[string]interface{})
|
|
|
}
|
|
|
+ fmt.Println(_id, gconv.String(query))
|
|
|
a_items, _ := o_vipjy["a_items"].([]interface{})
|
|
|
a_buyerclass, _ := o_vipjy["a_buyerclass"].([]interface{})
|
|
|
if len(a_buyerclass) > 0 && qutil.IntAllDef(o_vipjy["i_matchbuyerclass_other"], 1) == 1 && len(a_items) > 0 {
|