소스 검색

Merge branch 'feature/v1.1.32_ws' of BaseService/jyMicroservices into feature/v1.1.32

wangshan 1 년 전
부모
커밋
ba2d658ef9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jyBXBase/rpc/model/newestBidding.go

+ 1 - 1
jyBXBase/rpc/model/newestBidding.go

@@ -395,7 +395,7 @@ func ExtendNewListCache(n *NewSet, in *bxbase.NewestBiddingReq, list []*bxbase.N
 				entity.ReqLimitLock.Unlock()
 				if !isDoing {
 					entity.ReqLimitLock.Lock()
-					redis.Put("new", fmt.Sprintf("p1_indexMessage_new_recovery_%d", in.PositionId), "1", 15*time.Now().Minute()) //十五分钟
+					redis.Put("new", fmt.Sprintf("p1_indexMessage_new_recovery_%d", in.PositionId), "1", 15*60) //十五分钟
 					entity.ReqLimitLock.Unlock()
 					switch n.RedisStatus {
 					case StatusLoginUser: