@@ -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)