瀏覽代碼

update

three
DengBiao 1 年之前
父節點
當前提交
e61486e579
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      consume/zhios_user_visit_ip_address_consume.go

+ 3
- 2
consume/zhios_user_visit_ip_address_consume.go 查看文件

@@ -65,8 +65,9 @@ func handleUserVisitIpAddress(msg []byte) error {

//1、判断ip是否已统计
cacheKey := fmt.Sprintf(md.ZhiOsUserVisitIpAddressHashMapCacheKey, msgStruct.MasterId, today)
get, _ := cache.HGetString(cacheKey, msgStruct.Ip)
if get == "" {
//get, _ := cache.HGetString(cacheKey, msgStruct.Ip)
//if get == "" {
if true {
//2、分析ip归属地
countryName, provinceId, cityId, provinceName, cityName := getIpAddress(db.DBs[msgStruct.MasterId], msgStruct)
if provinceId != "" || cityId != "" || countryName != "" || provinceName != "" || cityName != "" {


Loading…
取消
儲存