Bladeren bron

wip:提交

wkyuer 6 dagen geleden
bovenliggende
commit
d3c99fdab3
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      src/jfw/modules/publicapply/src/subscribePush/entity/vrew.go

+ 2 - 1
src/jfw/modules/publicapply/src/subscribePush/entity/vrew.go

@@ -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 {
 		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{})
+	fmt.Println(a_infotype, ok, qutil.ObjArrToStringArr(a_infotype))
 	return &ViewCondition{
 		Keyword:    getKeyWordArrFromDbResult(a_items, item, index),
 		Buyerclass: qutil.ObjArrToStringArr(a_buyerclass),