Procházet zdrojové kódy

Merge branch 'master' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai před 1 rokem
rodič
revize
bcab3ab43e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      services/page_history_record.go

+ 2 - 1
services/page_history_record.go

@@ -45,7 +45,8 @@ func AddCygxPageHistoryRecord(user *models.WxUserItem, Ctx *context.Context) {
 		//	return
 		//}
 
-		cacheKey := fmt.Sprint("uid:", user.UserId, "_Parameter:", item.Parameter)
+		sliceParameter := strings.Split(item.Parameter, "&PageRouter=")
+		cacheKey := fmt.Sprint("uid:", user.UserId, "_Parameter:", sliceParameter[0])
 		isExist := utils.Rc.IsExist(cacheKey)
 		if isExist {
 			return