remove 自定义的gameid
This commit is contained in:
parent
cdd5136294
commit
f24233f4dd
@ -169,7 +169,7 @@ def read_mongo(start_date, end_date):
|
||||
reptile_4_1['db'] = "taptap"
|
||||
reptile_4_1['coll'] = "games"
|
||||
reptile_4_1['event_name'] = "reptile_4_1"
|
||||
reptile_4_1['gameid'] = 9999
|
||||
#reptile_4_1['gameid'] = 9999
|
||||
reptile_4_1['tgaid'] = 6
|
||||
reptile_4_1['pipeline'] = [{'$match': {'createdAt': {'$gte': start_date, '$lt': end_date}}}, {
|
||||
'$project': {'tags': 1, 'source': 1, 'cateName': 1, 'icon': 1, 'order': 1, 'title': 1, 'author': 1, 'score': 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user