소스 검색

wip:商机管理缓存清楚

wangkaiyue 2 년 전
부모
커밋
df832fa9b9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jyBXSubscribe/rpc/internal/logic/msgdistributorlogic.go

+ 1 - 0
jyBXSubscribe/rpc/internal/logic/msgdistributorlogic.go

@@ -111,6 +111,7 @@ func (l *MsgDistributorLogic) MsgDistributor(in *bxsubscribe.MsgDistributorReq)
 		redis.Del("pushcache_2_b", fmt.Sprintf("entnichepush_%s", staff))
 
 		//all
+		redis.Del("pushcache_2_a", fmt.Sprintf("all_entnichepush_%s", staff))
 		redis.Del("pushcache_2_a", fmt.Sprintf("all_entnichepush_vip_%s", staff))
 		redis.Del("pushcache_2_a", fmt.Sprintf("all_entnichepush_member_%s", staff))
 	}