Browse Source

wip:提交

wkyuer 1 week ago
parent
commit
3b437370cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/modules/publicapply/src/subscribePush/entity/vrew.go

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

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