Browse Source

新用户匹配数据

wangshan 5 years ago
parent
commit
129f3a2692
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/jfw/public/historypush.go

+ 2 - 0
src/jfw/public/historypush.go

@@ -488,6 +488,8 @@ func (h *historyPush) MakeHistoryDatas(userId, field string) (bool, []*resultDat
 		myInsert["area"] = area_check
 		myInsert["city"] = city_check
 		myInsert["type"] = 0
+		myInsert["subtype"] = util.ObjToString(v["subtype"])
+		myInsert["toptype"] = util.ObjToString(v["toptype"])
 		myInsert["isvisit"] = 0
 		myInsert["isvip"] = 0
 		myInsert["buyerclass"] = v["buyerclass"]