소스 검색

Merge branch 'dev2.10.5.2' into dev2.10.5.4

lianbingjie 5 년 전
부모
커밋
c2b8698ea0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/jfw/modules/pushsubscribe/src/push/pusher/normalpush.go

+ 3 - 0
src/jfw/modules/pushsubscribe/src/push/pusher/normalpush.go

@@ -50,6 +50,9 @@ func (n *NormalPush) OncePushBatch(taskType, batchIndex int, startId *string) (b
 			"vipstatus": map[string]interface{}{
 				"$in": []int{1, 2},
 			},
+			"ratemode": map[string]interface{}{
+				"$in": []int{1, 3, 4},
+			},
 		}
 	} else {
 		logger.Error("taskType error", taskType)