소스 검색

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 != "" {


불러오는 중...
취소
저장