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